Struct google_content2::AccountUser [−][src]
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 Default for AccountUser[src]
impl Default for AccountUserfn default() -> AccountUser[src]
fn default() -> AccountUserReturns the "default value" for a type. Read more
impl Clone for AccountUser[src]
impl Clone for AccountUserfn clone(&self) -> AccountUser[src]
fn clone(&self) -> AccountUserReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Debug for AccountUser[src]
impl Debug for AccountUserfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Part for AccountUser[src]
impl Part for AccountUserAuto Trait Implementations
impl Send for AccountUser
impl Send for AccountUserimpl Sync for AccountUser
impl Sync for AccountUser