Struct rusoto_s3::AccessControlPolicy [−][src]
Expand description
Contains the elements that set the ACL permissions for an object per grantee.
Fields
grants: Option<Vec<Grant>>A list of grants.
owner: Option<Owner>Container for the bucket owner's display name and ID.
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 AccessControlPolicy
impl Send for AccessControlPolicy
impl Sync for AccessControlPolicy
impl Unpin for AccessControlPolicy
impl UnwindSafe for AccessControlPolicy
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