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