Struct secret_cosmwasm_std::MemoryStorage
source · [−]pub struct MemoryStorage { /* private fields */ }Implementations
sourceimpl MemoryStorage
impl MemoryStorage
Trait Implementations
sourceimpl Debug for MemoryStorage
impl Debug for MemoryStorage
This debug implementation is made for inspecting storages in unit testing. It is made for human readability only and the output can change at any time.
sourceimpl Default for MemoryStorage
impl Default for MemoryStorage
sourcefn default() -> MemoryStorage
fn default() -> MemoryStorage
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for MemoryStorage
impl Send for MemoryStorage
impl Sync for MemoryStorage
impl Unpin for MemoryStorage
impl UnwindSafe for MemoryStorage
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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