Struct rusoto_s3::GetObjectAclOutput [−][src]
pub struct GetObjectAclOutput {
pub grants: Option<Vec<Grant>>,
pub owner: Option<Owner>,
pub request_charged: Option<String>,
}Fields
grants: Option<Vec<Grant>>A list of grants.
owner: Option<Owner>Container for the bucket owner's display name and ID.
request_charged: Option<String>Trait Implementations
Returns the “default value” for a type. Read more
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for GetObjectAclOutput
impl Send for GetObjectAclOutput
impl Sync for GetObjectAclOutput
impl Unpin for GetObjectAclOutput
impl UnwindSafe for GetObjectAclOutput
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more