pub struct DelBucket { /* private fields */ }Expand description
Delete a bucket
To prevent accidental deletions, OSS does not allow deleting a non-empty bucket
See the Alibaba Cloud documentation for details
Implementations§
Auto Trait Implementations§
impl Freeze for DelBucket
impl !RefUnwindSafe for DelBucket
impl Send for DelBucket
impl Sync for DelBucket
impl Unpin for DelBucket
impl !UnwindSafe for DelBucket
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