Struct oasis_runtime_sdk::storage::HashedStore
source · pub struct HashedStore<S: Store, D: Digest> { /* private fields */ }
Expand description
A key-value store that hashes all keys and stores them as H(k) || k
.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<S, D> Freeze for HashedStore<S, D>where
S: Freeze,
impl<S, D> RefUnwindSafe for HashedStore<S, D>where
S: RefUnwindSafe,
D: RefUnwindSafe,
impl<S, D> Send for HashedStore<S, D>
impl<S, D> Sync for HashedStore<S, D>
impl<S, D> Unpin for HashedStore<S, D>
impl<S, D> UnwindSafe for HashedStore<S, D>where
S: UnwindSafe,
D: UnwindSafe,
Blanket Implementations§
§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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