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