Struct rusoto_glacier::Grant[][src]

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

Contains information about a grant.

Fields

The grantee.

Specifies the permission given to the grantee.

Trait Implementations

impl Default for Grant
[src]

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

impl Debug for Grant
[src]

Formats the value using the given formatter. Read more

impl Clone for Grant
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for Grant
[src]

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 Send for Grant

impl Sync for Grant