pub struct NegativetimeDiffError {}
Trait Implementations§
Source§impl Clone for NegativetimeDiffError
impl Clone for NegativetimeDiffError
Source§fn clone(&self) -> NegativetimeDiffError
fn clone(&self) -> NegativetimeDiffError
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for NegativetimeDiffError
impl Debug for NegativetimeDiffError
impl Copy for NegativetimeDiffError
Auto Trait Implementations§
impl Freeze for NegativetimeDiffError
impl RefUnwindSafe for NegativetimeDiffError
impl Send for NegativetimeDiffError
impl Sync for NegativetimeDiffError
impl Unpin for NegativetimeDiffError
impl UnwindSafe for NegativetimeDiffError
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