pub struct GetBucketTaggingOutput {
pub tag_set: TagSet,
}Fields§
§tag_set: TagSetContains the tag set.
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
Source§impl<'xml> Deserialize<'xml> for GetBucketTaggingOutput
Available on crate feature minio only.
impl<'xml> Deserialize<'xml> for GetBucketTaggingOutput
Available on crate feature
minio only.Source§fn deserialize(d: &mut Deserializer<'xml>) -> DeResult<Self>
fn deserialize(d: &mut Deserializer<'xml>) -> DeResult<Self>
Deserializes the data type Read more
Source§impl<'xml> DeserializeContent<'xml> for GetBucketTaggingOutput
Available on crate feature minio only.
impl<'xml> DeserializeContent<'xml> for GetBucketTaggingOutput
Available on crate feature
minio only.Source§fn deserialize_content(d: &mut Deserializer<'xml>) -> DeResult<Self>
fn deserialize_content(d: &mut Deserializer<'xml>) -> DeResult<Self>
Deserializes the content of the data type Read more
Source§impl DtoExt for GetBucketTaggingOutput
impl DtoExt for GetBucketTaggingOutput
Source§fn ignore_empty_strings(&mut self)
fn ignore_empty_strings(&mut self)
Modifies all empty string fields from
Some("") to NoneSource§impl PartialEq for GetBucketTaggingOutput
impl PartialEq for GetBucketTaggingOutput
Source§fn eq(&self, other: &GetBucketTaggingOutput) -> bool
fn eq(&self, other: &GetBucketTaggingOutput) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for GetBucketTaggingOutput
Available on crate feature minio only.
impl Serialize for GetBucketTaggingOutput
Available on crate feature
minio only.Source§impl SerializeContent for GetBucketTaggingOutput
Available on crate feature minio only.
impl SerializeContent for GetBucketTaggingOutput
Available on crate feature
minio only.Source§fn serialize_content<W: Write>(&self, s: &mut Serializer<W>) -> SerResult
fn serialize_content<W: Write>(&self, s: &mut Serializer<W>) -> SerResult
Serializes the content of the data type Read more
impl StructuralPartialEq for GetBucketTaggingOutput
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