Struct google_content2::AccountStatusAccountLevelIssue [−][src]
pub struct AccountStatusAccountLevelIssue {
pub country: Option<String>,
pub detail: Option<String>,
pub id: Option<String>,
pub severity: Option<String>,
pub title: Option<String>,
}There is no detailed description.
This type is not used in any activity, and only used as part of another schema.
Fields
country: Option<String>
Country for which this issue is reported.
detail: Option<String>
Additional details about the issue.
id: Option<String>
Issue identifier.
severity: Option<String>
Severity of the issue.
title: Option<String>
Short description of the issue.
Trait Implementations
impl Default for AccountStatusAccountLevelIssue[src]
impl Default for AccountStatusAccountLevelIssuefn default() -> AccountStatusAccountLevelIssue[src]
fn default() -> AccountStatusAccountLevelIssueReturns the "default value" for a type. Read more
impl Clone for AccountStatusAccountLevelIssue[src]
impl Clone for AccountStatusAccountLevelIssuefn clone(&self) -> AccountStatusAccountLevelIssue[src]
fn clone(&self) -> AccountStatusAccountLevelIssueReturns 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 AccountStatusAccountLevelIssue[src]
impl Debug for AccountStatusAccountLevelIssuefn 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 AccountStatusAccountLevelIssue[src]
impl Part for AccountStatusAccountLevelIssueAuto Trait Implementations
impl Send for AccountStatusAccountLevelIssue
impl Send for AccountStatusAccountLevelIssueimpl Sync for AccountStatusAccountLevelIssue
impl Sync for AccountStatusAccountLevelIssue