pub struct OrderClockHandler;Expand description
Opaque order clock handler that emits sortable random tokens.
Trait Implementations§
Source§impl Clone for OrderClockHandler
impl Clone for OrderClockHandler
Source§fn clone(&self) -> OrderClockHandler
fn clone(&self) -> OrderClockHandler
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 OrderClockHandler
impl Debug for OrderClockHandler
Source§impl Default for OrderClockHandler
impl Default for OrderClockHandler
Source§fn default() -> OrderClockHandler
fn default() -> OrderClockHandler
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for OrderClockHandler
impl RefUnwindSafe for OrderClockHandler
impl Send for OrderClockHandler
impl Sync for OrderClockHandler
impl Unpin for OrderClockHandler
impl UnsafeUnpin for OrderClockHandler
impl UnwindSafe for OrderClockHandler
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