Struct rusoto_s3::Grant [] [src]

pub struct Grant {
    pub grantee: Option<Grantee>,
    pub permission: Option<Permission>,
}

Fields

Specifies the permission given to the grantee.

Trait Implementations

impl Default for Grant
[src]

Returns the "default value" for a type. Read more

impl Clone for Grant
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Grant
[src]

Formats the value using the given formatter.