Struct alloc::str::ParseBoolError
1.0.0 · source · [−]#[non_exhaustive]pub struct ParseBoolError;
Expand description
An error returned when parsing a bool
using from_str
fails
Trait Implementations
sourceimpl Clone for ParseBoolError
impl Clone for ParseBoolError
sourcefn clone(&self) -> ParseBoolError
fn clone(&self) -> ParseBoolError
Returns a copy of the value. Read more
sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for ParseBoolError
impl Debug for ParseBoolError
sourceimpl Display for ParseBoolError
impl Display for ParseBoolError
sourceimpl PartialEq<ParseBoolError> for ParseBoolError
impl PartialEq<ParseBoolError> for ParseBoolError
impl Eq for ParseBoolError
impl StructuralEq for ParseBoolError
impl StructuralPartialEq for ParseBoolError
Auto Trait Implementations
impl RefUnwindSafe for ParseBoolError
impl Send for ParseBoolError
impl Sync for ParseBoolError
impl Unpin for ParseBoolError
impl UnwindSafe for ParseBoolError
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcefn clone_into(&self, target: &mut T)
fn clone_into(&self, target: &mut T)
Uses borrowed data to replace owned data, usually by cloning. Read more