pub struct DefaultParser;
Trait Implementations§
Source§impl Default for DefaultParser
impl Default for DefaultParser
Source§fn default() -> DefaultParser
fn default() -> DefaultParser
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for DefaultParser
impl RefUnwindSafe for DefaultParser
impl Send for DefaultParser
impl Sync for DefaultParser
impl Unpin for DefaultParser
impl UnwindSafe for DefaultParser
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