Struct toml_edit::DatetimeParseError
source · pub struct DatetimeParseError {}
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()
Auto Trait Implementations§
impl RefUnwindSafe for DatetimeParseError
impl Send for DatetimeParseError
impl Sync for DatetimeParseError
impl Unpin for DatetimeParseError
impl UnwindSafe for DatetimeParseError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more