pub struct GetObjectTaggingOutput {
pub tags: Vec<Tag>,
}Fields§
Trait Implementations§
Source§impl Clone for GetObjectTaggingOutput
impl Clone for GetObjectTaggingOutput
Source§fn clone(&self) -> GetObjectTaggingOutput
fn clone(&self) -> GetObjectTaggingOutput
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto 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