Struct google_content2::AccountUser [] [src]

pub struct AccountUser {
    pub admin: Option<bool>,
    pub email_address: Option<String>,
}

There is no detailed description.

This type is not used in any activity, and only used as part of another schema.

Fields

Whether user is an admin.

User's email address.

Trait Implementations

impl Debug for AccountUser
[src]

Formats the value using the given formatter.

impl Clone for AccountUser
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for AccountUser
[src]

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

impl Part for AccountUser
[src]