Struct aws_sdk_macie2::model::S3BucketOwner
source · [−]#[non_exhaustive]pub struct S3BucketOwner { /* private fields */ }
Expand description
Provides information about the Amazon Web Services account that owns an S3 bucket.
Implementations
sourceimpl S3BucketOwner
impl S3BucketOwner
sourceimpl S3BucketOwner
impl S3BucketOwner
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture S3BucketOwner
.
Trait Implementations
sourceimpl Clone for S3BucketOwner
impl Clone for S3BucketOwner
sourcefn clone(&self) -> S3BucketOwner
fn clone(&self) -> S3BucketOwner
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 S3BucketOwner
impl Debug for S3BucketOwner
sourceimpl PartialEq<S3BucketOwner> for S3BucketOwner
impl PartialEq<S3BucketOwner> for S3BucketOwner
sourcefn eq(&self, other: &S3BucketOwner) -> bool
fn eq(&self, other: &S3BucketOwner) -> bool
impl StructuralPartialEq for S3BucketOwner
Auto Trait Implementations
impl RefUnwindSafe for S3BucketOwner
impl Send for S3BucketOwner
impl Sync for S3BucketOwner
impl Unpin for S3BucketOwner
impl UnwindSafe for S3BucketOwner
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