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