Struct sp_trie::KeySpacedDB [−][src]
pub struct KeySpacedDB<'a, DB, H>(_, _, _);
HashDB
implementation that append a encoded prefix (unique id bytes) in addition to the
prefix of every key value.
Implementations
impl<'a, DB, H> KeySpacedDB<'a, DB, H> where
H: Hasher,
[src]
impl<'a, DB, H> KeySpacedDB<'a, DB, H> where
H: Hasher,
[src]Trait Implementations
Auto Trait Implementations
impl<'a, DB, H> RefUnwindSafe for KeySpacedDB<'a, DB, H> where
DB: RefUnwindSafe,
H: RefUnwindSafe,
DB: RefUnwindSafe,
H: RefUnwindSafe,
impl<'a, DB, H> Send for KeySpacedDB<'a, DB, H> where
DB: Sync,
H: Send,
DB: Sync,
H: Send,
impl<'a, DB, H> Sync for KeySpacedDB<'a, DB, H> where
DB: Sync,
H: Sync,
DB: Sync,
H: Sync,
impl<'a, DB, H> Unpin for KeySpacedDB<'a, DB, H> where
H: Unpin,
H: Unpin,
impl<'a, DB, H> UnwindSafe for KeySpacedDB<'a, DB, H> where
DB: RefUnwindSafe,
H: UnwindSafe,
DB: RefUnwindSafe,
H: UnwindSafe,
Blanket Implementations
impl<T> Instrument for T
[src]
impl<T> Instrument for T
[src]pub fn instrument(self, span: Span) -> Instrumented<Self>
[src]
pub fn in_current_span(self) -> Instrumented<Self>
[src]
impl<T, Outer> IsWrappedBy<Outer> for T where
T: From<Outer>,
Outer: AsRef<T> + AsMut<T> + From<T>,
[src]
impl<T, Outer> IsWrappedBy<Outer> for T where
T: From<Outer>,
Outer: AsRef<T> + AsMut<T> + From<T>,
[src]impl<S, T> UncheckedInto<T> for S where
T: UncheckedFrom<S>,
[src]
impl<S, T> UncheckedInto<T> for S where
T: UncheckedFrom<S>,
[src]pub fn unchecked_into(self) -> T
[src]
impl<T> MaybeRefUnwindSafe for T where
T: RefUnwindSafe,
[src]
T: RefUnwindSafe,