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