pub struct AsyncBatchWriter<B: AsyncBatchOperations> { /* private fields */ }Implementations§
Source§impl<B: AsyncBatchOperations> AsyncBatchWriter<B>
impl<B: AsyncBatchOperations> AsyncBatchWriter<B>
Auto Trait Implementations§
impl<B> Freeze for AsyncBatchWriter<B>where
B: Freeze,
impl<B> RefUnwindSafe for AsyncBatchWriter<B>where
B: RefUnwindSafe,
impl<B> Send for AsyncBatchWriter<B>where
B: Send,
impl<B> Sync for AsyncBatchWriter<B>where
B: Sync,
impl<B> Unpin for AsyncBatchWriter<B>where
B: Unpin,
impl<B> UnsafeUnpin for AsyncBatchWriter<B>where
B: UnsafeUnpin,
impl<B> UnwindSafe for AsyncBatchWriter<B>where
B: 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