Struct std::str::ParseBoolError 1.0.0[−][src]
pub struct ParseBoolError { /* fields omitted */ }
An error returned when parsing a bool
using from_str
fails
Trait Implementations
impl Clone for ParseBoolError
[src]
impl Clone for ParseBoolError
[src]pub fn clone(&self) -> ParseBoolError
[src]
pub fn clone_from(&mut self, source: &Self)
[src]
impl Debug for ParseBoolError
[src]
impl Debug for ParseBoolError
[src]impl Display for ParseBoolError
[src]
impl Display for ParseBoolError
[src]impl Error for ParseBoolError
[src]
impl Error for ParseBoolError
[src]impl PartialEq<ParseBoolError> for ParseBoolError
[src]
impl PartialEq<ParseBoolError> for ParseBoolError
[src]pub fn eq(&self, other: &ParseBoolError) -> bool
[src]
pub fn ne(&self, other: &ParseBoolError) -> bool
[src]
impl Eq for ParseBoolError
[src]
impl StructuralEq for ParseBoolError
[src]
impl StructuralPartialEq for ParseBoolError
[src]
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
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
impl<T> Borrow<T> for T where
T: ?Sized,
[src]pub fn borrow(&self) -> &TⓘNotable traits for &'_ mut I
impl<'_, I> Iterator for &'_ mut I where
I: Iterator + ?Sized, type Item = <I as Iterator>::Item;impl<'_, F> Future for &'_ mut F where
F: Future + Unpin + ?Sized, type Output = <F as Future>::Output;impl<R: Read + ?Sized> Read for &mut Rimpl<W: Write + ?Sized> Write for &mut W
[src]
Notable traits for &'_ mut I
impl<'_, I> Iterator for &'_ mut I where
I: Iterator + ?Sized, type Item = <I as Iterator>::Item;impl<'_, F> Future for &'_ mut F where
F: Future + Unpin + ?Sized, type Output = <F as Future>::Output;impl<R: Read + ?Sized> Read for &mut Rimpl<W: Write + ?Sized> Write for &mut W
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]pub fn borrow_mut(&mut self) -> &mut TⓘNotable traits for &'_ mut I
impl<'_, I> Iterator for &'_ mut I where
I: Iterator + ?Sized, type Item = <I as Iterator>::Item;impl<'_, F> Future for &'_ mut F where
F: Future + Unpin + ?Sized, type Output = <F as Future>::Output;impl<R: Read + ?Sized> Read for &mut Rimpl<W: Write + ?Sized> Write for &mut W
[src]
Notable traits for &'_ mut I
impl<'_, I> Iterator for &'_ mut I where
I: Iterator + ?Sized, type Item = <I as Iterator>::Item;impl<'_, F> Future for &'_ mut F where
F: Future + Unpin + ?Sized, type Output = <F as Future>::Output;impl<R: Read + ?Sized> Read for &mut Rimpl<W: Write + ?Sized> Write for &mut W