Struct memory_db::PrefixedKey
source · pub struct PrefixedKey<H>(/* private fields */);
Expand description
Key function that concatenates prefix and hash.
Trait Implementations§
source§impl<H> Clone for PrefixedKey<H>
impl<H> Clone for PrefixedKey<H>
source§impl<H> Debug for PrefixedKey<H>
impl<H> Debug for PrefixedKey<H>
Auto Trait Implementations§
impl<H> Freeze for PrefixedKey<H>
impl<H> RefUnwindSafe for PrefixedKey<H>where
H: RefUnwindSafe,
impl<H> Send for PrefixedKey<H>where
H: Send,
impl<H> Sync for PrefixedKey<H>where
H: Sync,
impl<H> Unpin for PrefixedKey<H>where
H: Unpin,
impl<H> UnwindSafe for PrefixedKey<H>where
H: UnwindSafe,
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)