pub struct ClockVersionVector {
pub clocks: HashMap<String, u64>,
}Expand description
A distributed version vector (vector clock).
Fields§
§clocks: HashMap<String, u64>Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ClockVersionVector
impl RefUnwindSafe for ClockVersionVector
impl Send for ClockVersionVector
impl Sync for ClockVersionVector
impl Unpin for ClockVersionVector
impl UnsafeUnpin for ClockVersionVector
impl UnwindSafe for ClockVersionVector
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