#[non_exhaustive]pub struct ParseBoolError;
Expand description
An error returned when parsing a bool
using from_str
fails
Trait Implementations§
1.0.0 · source§impl Clone for ParseBoolError
impl Clone for ParseBoolError
source§fn clone(&self) -> ParseBoolError
fn clone(&self) -> ParseBoolError
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source