pub struct DelObjects { /* private fields */ }Expand description
Delete multiple files
When deleting, OSS does not check whether the file exists; a valid request always succeeds
See the Alibaba Cloud documentation for details
Implementations§
Auto Trait Implementations§
impl Freeze for DelObjects
impl !RefUnwindSafe for DelObjects
impl Send for DelObjects
impl Sync for DelObjects
impl Unpin for DelObjects
impl !UnwindSafe for DelObjects
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