Struct aws_sdk_s3::output::GetBucketAclOutput
source · [−]#[non_exhaustive]pub struct GetBucketAclOutput { /* private fields */ }
Implementations
sourceimpl GetBucketAclOutput
impl GetBucketAclOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetBucketAclOutput
.
Trait Implementations
sourceimpl Clone for GetBucketAclOutput
impl Clone for GetBucketAclOutput
sourcefn clone(&self) -> GetBucketAclOutput
fn clone(&self) -> GetBucketAclOutput
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 GetBucketAclOutput
impl Debug for GetBucketAclOutput
sourceimpl PartialEq<GetBucketAclOutput> for GetBucketAclOutput
impl PartialEq<GetBucketAclOutput> for GetBucketAclOutput
sourcefn eq(&self, other: &GetBucketAclOutput) -> bool
fn eq(&self, other: &GetBucketAclOutput) -> bool
impl StructuralPartialEq for GetBucketAclOutput
Auto Trait Implementations
impl RefUnwindSafe for GetBucketAclOutput
impl Send for GetBucketAclOutput
impl Sync for GetBucketAclOutput
impl Unpin for GetBucketAclOutput
impl UnwindSafe for GetBucketAclOutput
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