pub struct WriteBatchItemPrinter { /* private fields */ }Expand description
| Called on every item found in a WriteBatch. |
Trait Implementations§
impl WriteBatchHandler for WriteBatchItemPrinter
Auto Trait Implementations§
impl Freeze for WriteBatchItemPrinter
impl !RefUnwindSafe for WriteBatchItemPrinter
impl !Send for WriteBatchItemPrinter
impl !Sync for WriteBatchItemPrinter
impl Unpin for WriteBatchItemPrinter
impl !UnwindSafe for WriteBatchItemPrinter
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