Struct aws_sdk_s3control::model::StorageLensTag
source · #[non_exhaustive]pub struct StorageLensTag { /* private fields */ }Expand description
Implementations§
source§impl StorageLensTag
impl StorageLensTag
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture StorageLensTag.
Trait Implementations§
source§impl Clone for StorageLensTag
impl Clone for StorageLensTag
source§fn clone(&self) -> StorageLensTag
fn clone(&self) -> StorageLensTag
Returns a copy of the value. Read more
1.0.0 · 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 StorageLensTag
impl Debug for StorageLensTag
source§impl PartialEq<StorageLensTag> for StorageLensTag
impl PartialEq<StorageLensTag> for StorageLensTag
source§fn eq(&self, other: &StorageLensTag) -> bool
fn eq(&self, other: &StorageLensTag) -> bool
This method tests for
self and other values to be equal, and is used
by ==.