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