pub struct WriteBatch<'a> { /* private fields */ }Expand description
A batch of write operations. Ensuring Atomicity and Consistency.
Implementations§
Auto Trait Implementations§
impl<'a> Freeze for WriteBatch<'a>
impl<'a> !RefUnwindSafe for WriteBatch<'a>
impl<'a> Send for WriteBatch<'a>
impl<'a> Sync for WriteBatch<'a>
impl<'a> Unpin for WriteBatch<'a>
impl<'a> !UnwindSafe for WriteBatch<'a>
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