pub struct EntryUuid(pub Uuid);Expand description
The identifier for an entry.
Tuple Fields§
§0: UuidImplementations§
Trait Implementations§
impl Copy for EntryUuid
impl Eq for EntryUuid
Source§impl Ord for EntryUuid
impl Ord for EntryUuid
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 EntryUuid
impl PartialOrd for EntryUuid
impl StructuralPartialEq for EntryUuid
Auto Trait Implementations§
impl Freeze for EntryUuid
impl RefUnwindSafe for EntryUuid
impl Send for EntryUuid
impl Sync for EntryUuid
impl Unpin for EntryUuid
impl UnsafeUnpin for EntryUuid
impl UnwindSafe for EntryUuid
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