Struct aws_sdk_s3control::model::StorageLensTag
source · [−]#[non_exhaustive]pub struct StorageLensTag { /* private fields */ }Expand description
Implementations
sourceimpl StorageLensTag
impl StorageLensTag
sourceimpl StorageLensTag
impl StorageLensTag
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture StorageLensTag.
Trait Implementations
sourceimpl Clone for StorageLensTag
impl Clone for StorageLensTag
sourcefn clone(&self) -> StorageLensTag
fn clone(&self) -> StorageLensTag
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for StorageLensTag
impl Debug for StorageLensTag
sourceimpl PartialEq<StorageLensTag> for StorageLensTag
impl PartialEq<StorageLensTag> for StorageLensTag
sourcefn eq(&self, other: &StorageLensTag) -> bool
fn eq(&self, other: &StorageLensTag) -> bool
impl StructuralPartialEq for StorageLensTag
Auto Trait Implementations
impl RefUnwindSafe for StorageLensTag
impl Send for StorageLensTag
impl Sync for StorageLensTag
impl Unpin for StorageLensTag
impl UnwindSafe for StorageLensTag
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more