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