Struct core::str::ParseBoolError 1.0.0[−][src]
pub struct ParseBoolError { /* fields omitted */ }Expand description
An error returned when parsing a bool using from_str fails
Trait Implementations
impl Clone for ParseBoolError[src]
impl Clone for ParseBoolError[src]fn clone(&self) -> ParseBoolError[src]
fn clone(&self) -> ParseBoolError[src]Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)[src]
fn clone_from(&mut self, source: &Self)[src]Performs copy-assignment from source. Read more
impl Debug for ParseBoolError[src]
impl Debug for ParseBoolError[src]impl Display for ParseBoolError[src]
impl Display for ParseBoolError[src]impl PartialEq<ParseBoolError> for ParseBoolError[src]
impl PartialEq<ParseBoolError> for ParseBoolError[src]fn eq(&self, other: &ParseBoolError) -> bool[src]
fn eq(&self, other: &ParseBoolError) -> bool[src]This method tests for self and other values to be equal, and is used
by ==. Read more
fn ne(&self, other: &ParseBoolError) -> bool[src]
fn ne(&self, other: &ParseBoolError) -> bool[src]This method tests for !=.