pub struct TimestampComparator;Expand description
Timestamp comparator
Implementations§
Source§impl TimestampComparator
impl TimestampComparator
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TimestampComparator
impl RefUnwindSafe for TimestampComparator
impl Send for TimestampComparator
impl Sync for TimestampComparator
impl Unpin for TimestampComparator
impl UnwindSafe for TimestampComparator
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