pub struct ScriptAwareness;Trait Implementations§
Auto Trait Implementations§
impl Freeze for ScriptAwareness
impl RefUnwindSafe for ScriptAwareness
impl Send for ScriptAwareness
impl Sync for ScriptAwareness
impl Unpin for ScriptAwareness
impl UnsafeUnpin for ScriptAwareness
impl UnwindSafe for ScriptAwareness
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