pub struct GetBucketTaggingOutput {
pub tag_set: Vec<Tag>,
}Expand description
S3 GetBucketTaggingOutput.
Fields§
§tag_set: Vec<Tag>Trait Implementations§
Source§impl Clone for GetBucketTaggingOutput
impl Clone for GetBucketTaggingOutput
Source§fn clone(&self) -> GetBucketTaggingOutput
fn clone(&self) -> GetBucketTaggingOutput
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 moreSource§impl Debug for GetBucketTaggingOutput
impl Debug for GetBucketTaggingOutput
Source§impl Default for GetBucketTaggingOutput
impl Default for GetBucketTaggingOutput
Source§fn default() -> GetBucketTaggingOutput
fn default() -> GetBucketTaggingOutput
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for GetBucketTaggingOutput
impl RefUnwindSafe for GetBucketTaggingOutput
impl Send for GetBucketTaggingOutput
impl Sync for GetBucketTaggingOutput
impl Unpin for GetBucketTaggingOutput
impl UnsafeUnpin for GetBucketTaggingOutput
impl UnwindSafe for GetBucketTaggingOutput
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