#[non_exhaustive]pub struct GetBucketOwnershipControlsOutput { /* private fields */ }
Implementations
sourceimpl GetBucketOwnershipControlsOutput
impl GetBucketOwnershipControlsOutput
sourcepub fn ownership_controls(&self) -> Option<&OwnershipControls>
pub fn ownership_controls(&self) -> Option<&OwnershipControls>
The OwnershipControls
(BucketOwnerEnforced, BucketOwnerPreferred, or ObjectWriter) currently in effect for this Amazon S3 bucket.
sourceimpl GetBucketOwnershipControlsOutput
impl GetBucketOwnershipControlsOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetBucketOwnershipControlsOutput
.
Trait Implementations
sourceimpl Clone for GetBucketOwnershipControlsOutput
impl Clone for GetBucketOwnershipControlsOutput
sourcefn clone(&self) -> GetBucketOwnershipControlsOutput
fn clone(&self) -> GetBucketOwnershipControlsOutput
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 PartialEq<GetBucketOwnershipControlsOutput> for GetBucketOwnershipControlsOutput
impl PartialEq<GetBucketOwnershipControlsOutput> for GetBucketOwnershipControlsOutput
sourcefn eq(&self, other: &GetBucketOwnershipControlsOutput) -> bool
fn eq(&self, other: &GetBucketOwnershipControlsOutput) -> bool
impl StructuralPartialEq for GetBucketOwnershipControlsOutput
Auto Trait Implementations
impl RefUnwindSafe for GetBucketOwnershipControlsOutput
impl Send for GetBucketOwnershipControlsOutput
impl Sync for GetBucketOwnershipControlsOutput
impl Unpin for GetBucketOwnershipControlsOutput
impl UnwindSafe for GetBucketOwnershipControlsOutput
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