pub struct Id128(/* private fields */);Implementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for Id128
Available on crate feature serde only.
impl<'de> Deserialize<'de> for Id128
Available on crate feature
serde only.Source§fn deserialize<D: Deserializer<'de>>(deserializer: D) -> Result<Self, D::Error>
fn deserialize<D: Deserializer<'de>>(deserializer: D) -> Result<Self, D::Error>
Deserialize this value from the given Serde deserializer. Read more
Source§impl Ord for Id128
impl Ord for Id128
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialOrd for Id128
impl PartialOrd for Id128
impl Copy for Id128
impl Eq for Id128
impl StructuralPartialEq for Id128
Auto Trait Implementations§
impl Freeze for Id128
impl RefUnwindSafe for Id128
impl Send for Id128
impl Sync for Id128
impl Unpin for Id128
impl UnsafeUnpin for Id128
impl UnwindSafe for Id128
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