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