pub struct StoreKey(/* private fields */);Expand description
Stable key for a content-store entry.
Implementations§
Trait Implementations§
impl Eq for StoreKey
Source§impl Ord for StoreKey
impl Ord for StoreKey
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 StoreKey
impl PartialOrd for StoreKey
impl StructuralPartialEq for StoreKey
Auto Trait Implementations§
impl Freeze for StoreKey
impl RefUnwindSafe for StoreKey
impl Send for StoreKey
impl Sync for StoreKey
impl Unpin for StoreKey
impl UnsafeUnpin for StoreKey
impl UnwindSafe for StoreKey
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