pub struct TimeOverflow;Trait Implementations§
Source§impl Clone for TimeOverflow
impl Clone for TimeOverflow
Source§fn clone(&self) -> TimeOverflow
fn clone(&self) -> TimeOverflow
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 TimeOverflow
impl Debug for TimeOverflow
Source§impl Display for TimeOverflow
impl Display for TimeOverflow
Source§impl Error for TimeOverflow
impl Error for TimeOverflow
1.30.0 · Source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
Returns 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()
Source§impl PartialEq for TimeOverflow
impl PartialEq for TimeOverflow
impl Copy for TimeOverflow
impl Eq for TimeOverflow
impl StructuralPartialEq for TimeOverflow
Auto Trait Implementations§
impl Freeze for TimeOverflow
impl RefUnwindSafe for TimeOverflow
impl Send for TimeOverflow
impl Sync for TimeOverflow
impl Unpin for TimeOverflow
impl UnwindSafe for TimeOverflow
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