pub struct ArchiveKey<'bytes> { /* private fields */ }Expand description
A key for indexing into the relevant mapping.
Implementations§
Trait Implementations§
Source§impl<'bytes> Ord for Key<'bytes>
impl<'bytes> Ord for Key<'bytes>
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<'bytes> PartialOrd for Key<'bytes>
impl<'bytes> PartialOrd for Key<'bytes>
impl<'bytes> Eq for Key<'bytes>
Auto Trait Implementations§
impl<'bytes> Freeze for Key<'bytes>
impl<'bytes> RefUnwindSafe for Key<'bytes>
impl<'bytes> Send for Key<'bytes>
impl<'bytes> Sync for Key<'bytes>
impl<'bytes> Unpin for Key<'bytes>
impl<'bytes> UnsafeUnpin for Key<'bytes>
impl<'bytes> UnwindSafe for Key<'bytes>
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