pub struct ScriptFile { /* private fields */ }
Implementations§
Auto Trait Implementations§
impl Freeze for ScriptFile
impl RefUnwindSafe for ScriptFile
impl Send for ScriptFile
impl Sync for ScriptFile
impl Unpin for ScriptFile
impl UnwindSafe for ScriptFile
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