Struct google_analytics3::AccountRef [−][src]
pub struct AccountRef {
pub kind: Option<String>,
pub href: Option<String>,
pub id: Option<String>,
pub name: Option<String>,
}JSON template for a linked account.
This type is not used in any activity, and only used as part of another schema.
Fields
kind: Option<String>
Analytics account reference.
href: Option<String>
Link for this account.
id: Option<String>
Account ID.
name: Option<String>
Account name.
Trait Implementations
impl Default for AccountRef[src]
impl Default for AccountReffn default() -> AccountRef[src]
fn default() -> AccountRefReturns the "default value" for a type. Read more
impl Clone for AccountRef[src]
impl Clone for AccountReffn clone(&self) -> AccountRef[src]
fn clone(&self) -> AccountRefReturns 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 AccountRef[src]
impl Debug for AccountReffn 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 AccountRef[src]
impl Part for AccountRefAuto Trait Implementations
impl Send for AccountRef
impl Send for AccountRefimpl Sync for AccountRef
impl Sync for AccountRef