Struct memory_db::PrefixedKey [−][src]
pub struct PrefixedKey<H>(_);
Key function that concatenates prefix and hash.
Trait Implementations
impl<H> Clone for PrefixedKey<H>
[src]
impl<H> Clone for PrefixedKey<H>
[src]fn clone(&self) -> Self
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
Auto Trait Implementations
impl<H> RefUnwindSafe for PrefixedKey<H> where
H: RefUnwindSafe,
H: RefUnwindSafe,
impl<H> Send for PrefixedKey<H> where
H: Send,
H: Send,
impl<H> Sync for PrefixedKey<H> where
H: Sync,
H: Sync,
impl<H> Unpin for PrefixedKey<H> where
H: Unpin,
H: Unpin,
impl<H> UnwindSafe for PrefixedKey<H> where
H: UnwindSafe,
H: UnwindSafe,