pub struct HashKey<H>(/* private fields */);
Expand description
Various re-exports from the memory-db
crate.
Key function that only uses the hash
Trait Implementations§
Auto Trait Implementations§
impl<H> RefUnwindSafe for HashKey<H>where
H: RefUnwindSafe,
impl<H> Send for HashKey<H>where
H: Send,
impl<H> Sync for HashKey<H>where
H: Sync,
impl<H> Unpin for HashKey<H>where
H: Unpin,
impl<H> UnwindSafe for HashKey<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> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T, Outer> IsWrappedBy<Outer> for T
impl<T, Outer> IsWrappedBy<Outer> for T
source§impl<S, T> UncheckedInto<T> for Swhere
T: UncheckedFrom<S>,
impl<S, T> UncheckedInto<T> for Swhere
T: UncheckedFrom<S>,
source§fn unchecked_into(self) -> T
fn unchecked_into(self) -> T
The counterpart to
unchecked_from
.