Struct oasis_runtime_sdk::storage::PrefixStore
source · pub struct PrefixStore<S: Store, P: AsRef<[u8]>> { /* private fields */ }
Expand description
A key-value store that prefixes all keys with the given prefix.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<S, P> Freeze for PrefixStore<S, P>
impl<S, P> RefUnwindSafe for PrefixStore<S, P>where
S: RefUnwindSafe,
P: RefUnwindSafe,
impl<S, P> Send for PrefixStore<S, P>
impl<S, P> Sync for PrefixStore<S, P>
impl<S, P> Unpin for PrefixStore<S, P>
impl<S, P> UnwindSafe for PrefixStore<S, P>where
S: UnwindSafe,
P: 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