pub struct VertexId {
pub id: Uuid,
pub replica: ReplicaId,
}Expand description
Unique identifier for a graph vertex
Fields§
§id: UuidUnique identifier for the vertex
replica: ReplicaIdReplica that created the vertex
Implementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for VertexId
impl<'de> Deserialize<'de> for VertexId
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 VertexId
impl StructuralPartialEq for VertexId
Auto Trait Implementations§
impl Freeze for VertexId
impl RefUnwindSafe for VertexId
impl Send for VertexId
impl Sync for VertexId
impl Unpin for VertexId
impl UnwindSafe for VertexId
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