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