pub struct GetObjectTaggingOutput {
pub tags: Vec<Tag>,
}Fields§
Trait Implementations§
Source§impl Clone for GetObjectTaggingOutput
impl Clone for GetObjectTaggingOutput
Auto Trait Implementations§
impl Freeze for GetObjectTaggingOutput
impl RefUnwindSafe for GetObjectTaggingOutput
impl Send for GetObjectTaggingOutput
impl Sync for GetObjectTaggingOutput
impl Unpin for GetObjectTaggingOutput
impl UnsafeUnpin for GetObjectTaggingOutput
impl UnwindSafe for GetObjectTaggingOutput
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