Struct aws_sdk_s3control::types::StorageLensAwsOrg
source · #[non_exhaustive]pub struct StorageLensAwsOrg { /* private fields */ }
Expand description
The Amazon Web Services organization for your S3 Storage Lens.
Implementations§
source§impl StorageLensAwsOrg
impl StorageLensAwsOrg
sourcepub fn builder() -> StorageLensAwsOrgBuilder
pub fn builder() -> StorageLensAwsOrgBuilder
Creates a new builder-style object to manufacture StorageLensAwsOrg
.
Trait Implementations§
source§impl Clone for StorageLensAwsOrg
impl Clone for StorageLensAwsOrg
source§fn clone(&self) -> StorageLensAwsOrg
fn clone(&self) -> StorageLensAwsOrg
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 StorageLensAwsOrg
impl Debug for StorageLensAwsOrg
source§impl PartialEq<StorageLensAwsOrg> for StorageLensAwsOrg
impl PartialEq<StorageLensAwsOrg> for StorageLensAwsOrg
source§fn eq(&self, other: &StorageLensAwsOrg) -> bool
fn eq(&self, other: &StorageLensAwsOrg) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for StorageLensAwsOrg
Auto Trait Implementations§
impl RefUnwindSafe for StorageLensAwsOrg
impl Send for StorageLensAwsOrg
impl Sync for StorageLensAwsOrg
impl Unpin for StorageLensAwsOrg
impl UnwindSafe for StorageLensAwsOrg
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