pub struct TimeComparisonHandler;Expand description
Convenience wrapper for comparing timestamps using core policies.
Trait Implementations§
Source§impl Clone for TimeComparisonHandler
impl Clone for TimeComparisonHandler
Source§fn clone(&self) -> TimeComparisonHandler
fn clone(&self) -> TimeComparisonHandler
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 TimeComparisonHandler
impl Debug for TimeComparisonHandler
Source§impl Default for TimeComparisonHandler
impl Default for TimeComparisonHandler
Source§fn default() -> TimeComparisonHandler
fn default() -> TimeComparisonHandler
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for TimeComparisonHandler
impl RefUnwindSafe for TimeComparisonHandler
impl Send for TimeComparisonHandler
impl Sync for TimeComparisonHandler
impl Unpin for TimeComparisonHandler
impl UnsafeUnpin for TimeComparisonHandler
impl UnwindSafe for TimeComparisonHandler
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