pub struct TimeIsNegativeError;Trait Implementations§
Source§impl Clone for TimeIsNegativeError
impl Clone for TimeIsNegativeError
Source§fn clone(&self) -> TimeIsNegativeError
fn clone(&self) -> TimeIsNegativeError
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 TimeIsNegativeError
impl Debug for TimeIsNegativeError
impl Copy for TimeIsNegativeError
Auto Trait Implementations§
impl Freeze for TimeIsNegativeError
impl RefUnwindSafe for TimeIsNegativeError
impl Send for TimeIsNegativeError
impl Sync for TimeIsNegativeError
impl Unpin for TimeIsNegativeError
impl UnsafeUnpin for TimeIsNegativeError
impl UnwindSafe for TimeIsNegativeError
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