pub struct PastSystemTimeError;
Expand description
SNAFU context selector for the Error::PastSystemTimeError
variant
Trait Implementations§
Source§impl Clone for PastSystemTimeError
impl Clone for PastSystemTimeError
Source§fn clone(&self) -> PastSystemTimeError
fn clone(&self) -> PastSystemTimeError
Returns a duplicate 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 PastSystemTimeError
impl Debug for PastSystemTimeError
Source§impl IntoError<Error> for PastSystemTimeError
impl IntoError<Error> for PastSystemTimeError
Source§type Source = SystemTimeError
type Source = SystemTimeError
The underlying error
Source§fn into_error(self, error: Self::Source) -> Error
fn into_error(self, error: Self::Source) -> Error
Combine the information to produce the error
impl Copy for PastSystemTimeError
Auto Trait Implementations§
impl Freeze for PastSystemTimeError
impl RefUnwindSafe for PastSystemTimeError
impl Send for PastSystemTimeError
impl Sync for PastSystemTimeError
impl Unpin for PastSystemTimeError
impl UnwindSafe for PastSystemTimeError
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