Struct secret_cosmwasm_storage::RepLog
source · [−]pub struct RepLog { /* private fields */ }
Implementations
Auto Trait Implementations
impl RefUnwindSafe for RepLog
impl Send for RepLog
impl Sync for RepLog
impl Unpin for RepLog
impl UnwindSafe for RepLog
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