Struct bonsaidb::keystorage::s3::aws_sdk_s3::operation::put_bucket_logging::builders::PutBucketLoggingOutputBuilder
#[non_exhaustive]pub struct PutBucketLoggingOutputBuilder { /* private fields */ }
Expand description
A builder for PutBucketLoggingOutput
.
Implementations§
§impl PutBucketLoggingOutputBuilder
impl PutBucketLoggingOutputBuilder
pub fn build(self) -> PutBucketLoggingOutput
pub fn build(self) -> PutBucketLoggingOutput
Consumes the builder and constructs a PutBucketLoggingOutput
.
Trait Implementations§
§impl Clone for PutBucketLoggingOutputBuilder
impl Clone for PutBucketLoggingOutputBuilder
§fn clone(&self) -> PutBucketLoggingOutputBuilder
fn clone(&self) -> PutBucketLoggingOutputBuilder
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Debug for PutBucketLoggingOutputBuilder
impl Debug for PutBucketLoggingOutputBuilder
§impl Default for PutBucketLoggingOutputBuilder
impl Default for PutBucketLoggingOutputBuilder
§fn default() -> PutBucketLoggingOutputBuilder
fn default() -> PutBucketLoggingOutputBuilder
Returns the “default value” for a type. Read more
§impl PartialEq for PutBucketLoggingOutputBuilder
impl PartialEq for PutBucketLoggingOutputBuilder
§fn eq(&self, other: &PutBucketLoggingOutputBuilder) -> bool
fn eq(&self, other: &PutBucketLoggingOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for PutBucketLoggingOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for PutBucketLoggingOutputBuilder
impl Send for PutBucketLoggingOutputBuilder
impl Sync for PutBucketLoggingOutputBuilder
impl Unpin for PutBucketLoggingOutputBuilder
impl UnwindSafe for PutBucketLoggingOutputBuilder
Blanket Implementations§
§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more