Struct secret_cosmwasm_storage::PrefixedStorage 
source · [−]pub struct PrefixedStorage<'a, T: Storage> { /* private fields */ }Implementations
Trait Implementations
sourceimpl<'a, T: Storage> ReadonlyStorage for PrefixedStorage<'a, T>
 
impl<'a, T: Storage> ReadonlyStorage for PrefixedStorage<'a, T>
Auto Trait Implementations
impl<'a, T> RefUnwindSafe for PrefixedStorage<'a, T> where
    T: RefUnwindSafe, 
impl<'a, T> Send for PrefixedStorage<'a, T> where
    T: Send, 
impl<'a, T> Sync for PrefixedStorage<'a, T> where
    T: Sync, 
impl<'a, T> Unpin for PrefixedStorage<'a, T>
impl<'a, T> !UnwindSafe for PrefixedStorage<'a, T>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
    T: ?Sized, 
 
impl<T> BorrowMut<T> for T where
    T: ?Sized, 
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
 
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more