pub struct BatchWriter { /* private fields */ }Implementations§
Auto Trait Implementations§
impl Freeze for BatchWriter
impl !RefUnwindSafe for BatchWriter
impl Send for BatchWriter
impl !Sync for BatchWriter
impl Unpin for BatchWriter
impl UnsafeUnpin for BatchWriter
impl !UnwindSafe for BatchWriter
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