Struct loro_internal::delta::MapValue
source · pub struct MapValue {
pub counter: Counter,
pub value: Option<LoroValue>,
pub lamport: (Lamport, PeerID),
}Fields§
§counter: Counter§value: Option<LoroValue>§lamport: (Lamport, PeerID)Implementations§
Trait Implementations§
source§impl Ord for MapValue
impl Ord for MapValue
source§impl PartialEq for MapValue
impl PartialEq for MapValue
source§impl PartialOrd for MapValue
impl PartialOrd for MapValue
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self and other) and is used by the <=
operator. Read moreimpl Eq for MapValue
Auto Trait Implementations§
impl RefUnwindSafe for MapValue
impl Send for MapValue
impl Sync for MapValue
impl Unpin for MapValue
impl UnwindSafe for MapValue
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