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