pub struct Batch<C> { /* private fields */ }Expand description
Batch of blocks to insert atomically.
Implementations§
Auto Trait Implementations§
impl<C> Freeze for Batch<C>where
C: Freeze,
impl<C> RefUnwindSafe for Batch<C>where
C: RefUnwindSafe,
impl<C> Send for Batch<C>where
C: Send,
impl<C> Sync for Batch<C>where
C: Sync,
impl<C> Unpin for Batch<C>where
C: Unpin,
impl<C> UnwindSafe for Batch<C>where
C: UnwindSafe,
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