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