pub struct LockboxId(/* private fields */);Expand description
Stable UUID-style identifier embedded in each lockbox.
Implementations§
Trait Implementations§
impl Copy for LockboxId
impl Eq for LockboxId
Source§impl Ord for LockboxId
impl Ord for LockboxId
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 LockboxId
impl PartialOrd for LockboxId
impl StructuralPartialEq for LockboxId
Auto Trait Implementations§
impl Freeze for LockboxId
impl RefUnwindSafe for LockboxId
impl Send for LockboxId
impl Sync for LockboxId
impl Unpin for LockboxId
impl UnsafeUnpin for LockboxId
impl UnwindSafe for LockboxId
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