Struct memory_db::PrefixedKey
source · [−]pub struct PrefixedKey<H>(_);
Expand description
Key function that concatenates prefix and hash.
Trait Implementations
sourceimpl<H> Clone for PrefixedKey<H>
impl<H> Clone for PrefixedKey<H>
sourceimpl<H> Debug for PrefixedKey<H>
impl<H> Debug for PrefixedKey<H>
Auto Trait Implementations
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more