Struct umm::constants::SCRIPT_AST
source · pub struct SCRIPT_AST {
__private_field: (),
}
Expand description
Rhai script as a AST, behind an mutex.
Fields§
§__private_field: ()
Trait Implementations§
source§impl Deref for SCRIPT_AST
impl Deref for SCRIPT_AST
impl LazyStatic for SCRIPT_AST
Auto Trait Implementations§
impl RefUnwindSafe for SCRIPT_AST
impl Send for SCRIPT_AST
impl Sync for SCRIPT_AST
impl Unpin for SCRIPT_AST
impl UnwindSafe for SCRIPT_AST
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more