Struct toml_datetime::DatetimeParseError 
source · pub struct DatetimeParseError { /* private fields */ }Expand description
Error returned from parsing a Datetime in the FromStr implementation.
Trait Implementations§
source§impl Clone for DatetimeParseError
 
impl Clone for DatetimeParseError
source§fn clone(&self) -> DatetimeParseError
 
fn clone(&self) -> DatetimeParseError
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. Read moresource§impl Debug for DatetimeParseError
 
impl Debug for DatetimeParseError
source§impl Display for DatetimeParseError
 
impl Display for DatetimeParseError
source§impl Error for DatetimeParseError
 
impl Error for DatetimeParseError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
 
fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more
1.0.0 · source§fn description(&self) -> &str
 
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()