Struct rusoto_s3::Grant [] [src]

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

Fields

Specifies the permission given to the grantee.

Trait Implementations

impl Default for Grant
[src]

[src]

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

impl Debug for Grant
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for Grant
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for Grant

impl Sync for Grant