pub struct GetBucketOwnershipControlsOutput {
pub ownership_controls: Option<OwnershipControls>,
}Expand description
S3 GetBucketOwnershipControlsOutput.
Fields§
§ownership_controls: Option<OwnershipControls>HTTP payload body.
Trait Implementations§
Source§impl Clone for GetBucketOwnershipControlsOutput
impl Clone for GetBucketOwnershipControlsOutput
Source§fn clone(&self) -> GetBucketOwnershipControlsOutput
fn clone(&self) -> GetBucketOwnershipControlsOutput
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 Default for GetBucketOwnershipControlsOutput
impl Default for GetBucketOwnershipControlsOutput
Source§fn default() -> GetBucketOwnershipControlsOutput
fn default() -> GetBucketOwnershipControlsOutput
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for GetBucketOwnershipControlsOutput
impl RefUnwindSafe for GetBucketOwnershipControlsOutput
impl Send for GetBucketOwnershipControlsOutput
impl Sync for GetBucketOwnershipControlsOutput
impl Unpin for GetBucketOwnershipControlsOutput
impl UnsafeUnpin for GetBucketOwnershipControlsOutput
impl UnwindSafe for GetBucketOwnershipControlsOutput
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