pub struct BlockStoreKey(/* private fields */);Expand description
A BlockStore key.
key_version: u8, user_id: u32, write_space: u16, version_id: u32,
Trait Implementations§
Source§impl Debug for BlockStoreKey
impl Debug for BlockStoreKey
Source§impl Hash for BlockStoreKey
impl Hash for BlockStoreKey
Source§impl PartialEq for BlockStoreKey
impl PartialEq for BlockStoreKey
impl Eq for BlockStoreKey
impl StructuralPartialEq for BlockStoreKey
Auto Trait Implementations§
impl Freeze for BlockStoreKey
impl RefUnwindSafe for BlockStoreKey
impl Send for BlockStoreKey
impl Sync for BlockStoreKey
impl Unpin for BlockStoreKey
impl UnwindSafe for BlockStoreKey
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