#[non_exhaustive]pub struct PutBucketPolicyOutputBuilder { /* private fields */ }
Expand description
A builder for PutBucketPolicyOutput
.
Implementations§
source§impl PutBucketPolicyOutputBuilder
impl PutBucketPolicyOutputBuilder
sourcepub fn build(self) -> PutBucketPolicyOutput
pub fn build(self) -> PutBucketPolicyOutput
Consumes the builder and constructs a PutBucketPolicyOutput
.
Trait Implementations§
source§impl Clone for PutBucketPolicyOutputBuilder
impl Clone for PutBucketPolicyOutputBuilder
source§fn clone(&self) -> PutBucketPolicyOutputBuilder
fn clone(&self) -> PutBucketPolicyOutputBuilder
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 moresource§impl Debug for PutBucketPolicyOutputBuilder
impl Debug for PutBucketPolicyOutputBuilder
source§impl Default for PutBucketPolicyOutputBuilder
impl Default for PutBucketPolicyOutputBuilder
source§fn default() -> PutBucketPolicyOutputBuilder
fn default() -> PutBucketPolicyOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for PutBucketPolicyOutputBuilder
impl PartialEq for PutBucketPolicyOutputBuilder
source§fn eq(&self, other: &PutBucketPolicyOutputBuilder) -> bool
fn eq(&self, other: &PutBucketPolicyOutputBuilder) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for PutBucketPolicyOutputBuilder
Auto Trait Implementations§
impl Freeze for PutBucketPolicyOutputBuilder
impl RefUnwindSafe for PutBucketPolicyOutputBuilder
impl Send for PutBucketPolicyOutputBuilder
impl Sync for PutBucketPolicyOutputBuilder
impl Unpin for PutBucketPolicyOutputBuilder
impl UnwindSafe for PutBucketPolicyOutputBuilder
Blanket Implementations§
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.