pub struct StorageTransaction<'a, S: ReadonlyStorage> { /* private fields */ }
Implementations
sourceimpl<'a, S: ReadonlyStorage> StorageTransaction<'a, S>
impl<'a, S: ReadonlyStorage> StorageTransaction<'a, S>
Trait Implementations
sourceimpl<'a, S: ReadonlyStorage> ReadonlyStorage for StorageTransaction<'a, S>
impl<'a, S: ReadonlyStorage> ReadonlyStorage for StorageTransaction<'a, S>
Auto Trait Implementations
impl<'a, S> RefUnwindSafe for StorageTransaction<'a, S> where
S: RefUnwindSafe,
impl<'a, S> Send for StorageTransaction<'a, S> where
S: Sync,
impl<'a, S> Sync for StorageTransaction<'a, S> where
S: Sync,
impl<'a, S> Unpin for StorageTransaction<'a, S>
impl<'a, S> UnwindSafe for StorageTransaction<'a, S> where
S: RefUnwindSafe,
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