Struct kelk_env::mock::MockStorageAPI
source · [−]pub struct MockStorageAPI { /* private fields */ }Expand description
mocks the storage for testing purpose.
Implementations
sourceimpl MockStorageAPI
impl MockStorageAPI
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for MockStorageAPI
impl Send for MockStorageAPI
impl !Sync for MockStorageAPI
impl Unpin for MockStorageAPI
impl UnwindSafe for MockStorageAPI
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