pub struct ElementId {
pub id: Uuid,
pub replica: ReplicaId,
}Expand description
Unique identifier for a list element
Fields§
§id: UuidUnique identifier for the element
replica: ReplicaIdReplica that created the element
Implementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for ElementId
impl<'de> Deserialize<'de> for ElementId
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for ElementId
impl StructuralPartialEq for ElementId
Auto Trait Implementations§
impl Freeze for ElementId
impl RefUnwindSafe for ElementId
impl Send for ElementId
impl Sync for ElementId
impl Unpin for ElementId
impl UnwindSafe for ElementId
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