pub struct PutBucketVersioningParams { /* private fields */ }Trait Implementations§
Source§impl Clone for PutBucketVersioningParams
impl Clone for PutBucketVersioningParams
Source§fn clone(&self) -> PutBucketVersioningParams
fn clone(&self) -> PutBucketVersioningParams
Returns a duplicate 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 PutBucketVersioningParams
impl Debug for PutBucketVersioningParams
Source§impl Default for PutBucketVersioningParams
impl Default for PutBucketVersioningParams
Source§fn default() -> PutBucketVersioningParams
fn default() -> PutBucketVersioningParams
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for PutBucketVersioningParams
impl RefUnwindSafe for PutBucketVersioningParams
impl Send for PutBucketVersioningParams
impl Sync for PutBucketVersioningParams
impl Unpin for PutBucketVersioningParams
impl UnsafeUnpin for PutBucketVersioningParams
impl UnwindSafe for PutBucketVersioningParams
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