Struct memory_db::HashKey [−][src]
pub struct HashKey<H>(_);
Key function that only uses the hash
Trait Implementations
Auto Trait Implementations
impl<H> RefUnwindSafe for HashKey<H> where
H: RefUnwindSafe,
H: RefUnwindSafe,
impl<H> Send for HashKey<H> where
H: Send,
H: Send,
impl<H> Sync for HashKey<H> where
H: Sync,
H: Sync,
impl<H> Unpin for HashKey<H> where
H: Unpin,
H: Unpin,
impl<H> UnwindSafe for HashKey<H> where
H: UnwindSafe,
H: UnwindSafe,