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