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