Struct google_analytics3::UserRef [−][src]
JSON template for a user reference.
This type is not used in any activity, and only used as part of another schema.
Fields
kind: Option<String>
no description provided
email: Option<String>
Email ID of this user.
id: Option<String>
User ID.
Trait Implementations
impl Default for UserRef[src]
impl Default for UserRefimpl Clone for UserRef[src]
impl Clone for UserReffn clone(&self) -> UserRef[src]
fn clone(&self) -> UserRefReturns 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 UserRef[src]
impl Debug for UserReffn 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 UserRef[src]
impl Part for UserRef