Struct rusoto_s3::Grantee[][src]

pub struct Grantee {
    pub display_name: Option<String>,
    pub email_address: Option<String>,
    pub id: Option<String>,
    pub type_: String,
    pub uri: Option<String>,
}

Fields

Screen name of the grantee.

Email address of the grantee.

The canonical user ID of the grantee.

Type of grantee

URI of the grantee group.

Trait Implementations

impl Default for Grantee
[src]

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

impl Debug for Grantee
[src]

Formats the value using the given formatter. Read more

impl Clone for Grantee
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for Grantee
[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 Grantee

impl Sync for Grantee