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
admin: Option<bool>
Whether user is an admin.
email_address: Option<String>
User's email address.
Trait Implementations
impl Debug for AccountUser[src]
impl Clone for AccountUser[src]
fn clone(&self) -> AccountUser
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more
impl Default for AccountUser[src]
fn default() -> AccountUser
Returns the "default value" for a type. Read more