pub struct GetBucketVersioningOutput {
pub mfa_delete: Option<MFADeleteStatus>,
pub status: Option<BucketVersioningStatus>,
}Expand description
S3 GetBucketVersioningOutput.
Fields§
§mfa_delete: Option<MFADeleteStatus>§status: Option<BucketVersioningStatus>Trait Implementations§
Source§impl Clone for GetBucketVersioningOutput
impl Clone for GetBucketVersioningOutput
Source§fn clone(&self) -> GetBucketVersioningOutput
fn clone(&self) -> GetBucketVersioningOutput
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 GetBucketVersioningOutput
impl Debug for GetBucketVersioningOutput
Source§impl Default for GetBucketVersioningOutput
impl Default for GetBucketVersioningOutput
Source§fn default() -> GetBucketVersioningOutput
fn default() -> GetBucketVersioningOutput
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for GetBucketVersioningOutput
impl RefUnwindSafe for GetBucketVersioningOutput
impl Send for GetBucketVersioningOutput
impl Sync for GetBucketVersioningOutput
impl Unpin for GetBucketVersioningOutput
impl UnsafeUnpin for GetBucketVersioningOutput
impl UnwindSafe for GetBucketVersioningOutput
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