pub struct MemoryTransaction;Trait Implementations§
Auto Trait Implementations§
impl Freeze for MemoryTransaction
impl RefUnwindSafe for MemoryTransaction
impl Send for MemoryTransaction
impl Sync for MemoryTransaction
impl Unpin for MemoryTransaction
impl UnsafeUnpin for MemoryTransaction
impl UnwindSafe for MemoryTransaction
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more