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