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