Struct memory_db::LegacyPrefixedKey [−][src]
pub struct LegacyPrefixedKey<H: KeyHasher>(_);
👎 Deprecated since 0.22.0
Key function that concatenates prefix and hash. This is doing useless computation and should only be used for legacy purpose. It shall be remove in the future.
Trait Implementations
impl<H: Clone + KeyHasher> Clone for LegacyPrefixedKey<H>
[src]
impl<H: Clone + KeyHasher> Clone for LegacyPrefixedKey<H>
[src]fn clone(&self) -> LegacyPrefixedKey<H>
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl<H: Debug + KeyHasher> Debug for LegacyPrefixedKey<H>
[src]
impl<H: Debug + KeyHasher> Debug for LegacyPrefixedKey<H>
[src]Auto Trait Implementations
impl<H> RefUnwindSafe for LegacyPrefixedKey<H> where
H: RefUnwindSafe,
H: RefUnwindSafe,
impl<H> Send for LegacyPrefixedKey<H>
impl<H> Sync for LegacyPrefixedKey<H>
impl<H> Unpin for LegacyPrefixedKey<H> where
H: Unpin,
H: Unpin,
impl<H> UnwindSafe for LegacyPrefixedKey<H> where
H: UnwindSafe,
H: UnwindSafe,