Struct toml::value::DatetimeParseError
[−]
[src]
pub struct DatetimeParseError { /* fields omitted */ }
Error returned from parsing a Datetime
in the FromStr
implementation.
Trait Implementations
impl Debug for DatetimeParseError
[src]
impl Clone for DatetimeParseError
[src]
fn clone(&self) -> DatetimeParseError
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more