pub struct DelObjectTagging { /* private fields */ }Expand description
Remove all tags from an object
See the Alibaba Cloud documentation for details
Implementations§
Auto Trait Implementations§
impl Freeze for DelObjectTagging
impl !RefUnwindSafe for DelObjectTagging
impl Send for DelObjectTagging
impl Sync for DelObjectTagging
impl Unpin for DelObjectTagging
impl !UnwindSafe for DelObjectTagging
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