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