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