pub struct VolatileWriteTransaction<'env>(/* private fields */);Trait Implementations§
Auto Trait Implementations§
impl<'env> !Freeze for VolatileWriteTransaction<'env>
impl<'env> !RefUnwindSafe for VolatileWriteTransaction<'env>
impl<'env> !Send for VolatileWriteTransaction<'env>
impl<'env> !Sync for VolatileWriteTransaction<'env>
impl<'env> Unpin for VolatileWriteTransaction<'env>
impl<'env> !UnwindSafe for VolatileWriteTransaction<'env>
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