pub struct LamportClock { /* private fields */ }Expand description
Lamport clock for causal ordering across agents.
Implementations§
Trait Implementations§
Source§impl Clone for LamportClock
impl Clone for LamportClock
Source§fn clone(&self) -> LamportClock
fn clone(&self) -> LamportClock
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for LamportClock
impl RefUnwindSafe for LamportClock
impl Send for LamportClock
impl Sync for LamportClock
impl Unpin for LamportClock
impl UnsafeUnpin for LamportClock
impl UnwindSafe for LamportClock
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