Struct collections::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 Eq for ParseBoolError
[src]
impl Display for ParseBoolError
[src]
fn fmt(&self, f: &mut Formatter) -> Result<(), Error>
Formats the value using the given formatter. Read more
impl Clone for ParseBoolError
[src]
fn clone(&self) -> ParseBoolError
impl Debug for ParseBoolError
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result<(), Error>
Formats the value using the given formatter.