Struct google_analytics3::ProfilePermissions [−][src]
Permissions the user has for this view (profile).
This type is not used in any activity, and only used as part of another schema.
Fields
effective: Option<Vec<String>>
All the permissions that the user has for this view (profile). These include any implied permissions (e.g., EDIT implies VIEW) or inherited permissions from the parent web property.
Trait Implementations
impl Default for ProfilePermissions[src]
impl Default for ProfilePermissionsfn default() -> ProfilePermissions[src]
fn default() -> ProfilePermissionsReturns the "default value" for a type. Read more
impl Clone for ProfilePermissions[src]
impl Clone for ProfilePermissionsfn clone(&self) -> ProfilePermissions[src]
fn clone(&self) -> ProfilePermissionsReturns 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 ProfilePermissions[src]
impl Debug for ProfilePermissionsfn 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 ProfilePermissions[src]
impl NestedType for ProfilePermissionsimpl Part for ProfilePermissions[src]
impl Part for ProfilePermissionsAuto Trait Implementations
impl Send for ProfilePermissions
impl Send for ProfilePermissionsimpl Sync for ProfilePermissions
impl Sync for ProfilePermissions