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