Struct google_analytics3::EntityUserLinkEntity [−][src]
pub struct EntityUserLinkEntity {
pub account_ref: Option<AccountRef>,
pub profile_ref: Option<ProfileRef>,
pub web_property_ref: Option<WebPropertyRef>,
}Entity for this link. It can be an account, a web property, or a view (profile).
This type is not used in any activity, and only used as part of another schema.
Fields
account_ref: Option<AccountRef>
Account for this link.
profile_ref: Option<ProfileRef>
View (Profile) for this link.
web_property_ref: Option<WebPropertyRef>
Web property for this link.
Trait Implementations
impl Default for EntityUserLinkEntity[src]
impl Default for EntityUserLinkEntityfn default() -> EntityUserLinkEntity[src]
fn default() -> EntityUserLinkEntityReturns the "default value" for a type. Read more
impl Clone for EntityUserLinkEntity[src]
impl Clone for EntityUserLinkEntityfn clone(&self) -> EntityUserLinkEntity[src]
fn clone(&self) -> EntityUserLinkEntityReturns 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 EntityUserLinkEntity[src]
impl Debug for EntityUserLinkEntityfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl NestedType for EntityUserLinkEntity[src]
impl NestedType for EntityUserLinkEntityimpl Part for EntityUserLinkEntity[src]
impl Part for EntityUserLinkEntityAuto Trait Implementations
impl Send for EntityUserLinkEntity
impl Send for EntityUserLinkEntityimpl Sync for EntityUserLinkEntity
impl Sync for EntityUserLinkEntity