pub struct BatchDeleter<D: BatchDelete> { /* private fields */ }Expand description
BatchDeleter is used to implement oio::Delete based on batch delete.
Implementations§
Source§impl<D: BatchDelete> BatchDeleter<D>
impl<D: BatchDelete> BatchDeleter<D>
Trait Implementations§
Source§impl<D: BatchDelete> Delete for BatchDeleter<D>
impl<D: BatchDelete> Delete for BatchDeleter<D>
Auto Trait Implementations§
impl<D> Freeze for BatchDeleter<D>where
D: Freeze,
impl<D> RefUnwindSafe for BatchDeleter<D>where
D: RefUnwindSafe,
impl<D> Send for BatchDeleter<D>
impl<D> Sync for BatchDeleter<D>
impl<D> Unpin for BatchDeleter<D>
impl<D> UnwindSafe for BatchDeleter<D>where
D: 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