pub struct ReplicaId(pub Uuid);Expand description
Unique identifier for a replica
Tuple Fields§
§0: UuidTrait Implementations§
Source§impl<'de> Deserialize<'de> for ReplicaId
impl<'de> Deserialize<'de> for ReplicaId
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 Copy for ReplicaId
impl Eq for ReplicaId
impl StructuralPartialEq for ReplicaId
Auto Trait Implementations§
impl Freeze for ReplicaId
impl RefUnwindSafe for ReplicaId
impl Send for ReplicaId
impl Sync for ReplicaId
impl Unpin for ReplicaId
impl UnwindSafe for ReplicaId
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