pub enum TryFromSystemTimeError {
Unspecified,
}
Expand description
An error that may occur while converting a SystemTime into a FileTime.
Variants§
Unspecified
An unspecified error occured
Trait Implementations§
source§impl Debug for TryFromSystemTimeError
impl Debug for TryFromSystemTimeError
source§impl Display for TryFromSystemTimeError
impl Display for TryFromSystemTimeError
source§impl Error for TryFromSystemTimeError
impl Error for TryFromSystemTimeError
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 Freeze for TryFromSystemTimeError
impl RefUnwindSafe for TryFromSystemTimeError
impl Send for TryFromSystemTimeError
impl Sync for TryFromSystemTimeError
impl Unpin for TryFromSystemTimeError
impl UnwindSafe for TryFromSystemTimeError
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