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 Debug for DatetimeParseError
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Clone for DatetimeParseError
[src]
impl Clone for DatetimeParseError
fn clone(&self) -> DatetimeParseError
[src]
fn clone(&self) -> DatetimeParseError
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
impl Display for DatetimeParseError
[src]
impl Display for DatetimeParseError
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Error for DatetimeParseError
[src]
impl Error for DatetimeParseError
Auto Trait Implementations
impl Send for DatetimeParseError
impl Send for DatetimeParseError
impl Sync for DatetimeParseError
impl Sync for DatetimeParseError