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