Struct google_content2::AccountstatusesListResponse [−][src]
pub struct AccountstatusesListResponse {
pub next_page_token: Option<String>,
pub kind: Option<String>,
pub resources: Option<Vec<AccountStatus>>,
}There is no detailed description.
Activities
This type is used in activities, which are methods you may call on this type or where this type is involved in. The list links the activity name, along with information about where it is used (one of request and response).
- list accountstatuses (response)
Fields
next_page_token: Option<String>
The token for the retrieval of the next page of account statuses.
kind: Option<String>
Identifies what kind of resource this is. Value: the fixed string "content#accountstatusesListResponse".
resources: Option<Vec<AccountStatus>>
no description provided
Trait Implementations
impl Default for AccountstatusesListResponse[src]
impl Default for AccountstatusesListResponsefn default() -> AccountstatusesListResponse[src]
fn default() -> AccountstatusesListResponseReturns the "default value" for a type. Read more
impl Clone for AccountstatusesListResponse[src]
impl Clone for AccountstatusesListResponsefn clone(&self) -> AccountstatusesListResponse[src]
fn clone(&self) -> AccountstatusesListResponseReturns 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 AccountstatusesListResponse[src]
impl Debug for AccountstatusesListResponsefn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl ResponseResult for AccountstatusesListResponse[src]
impl ResponseResult for AccountstatusesListResponseAuto Trait Implementations
impl Send for AccountstatusesListResponse
impl Send for AccountstatusesListResponseimpl Sync for AccountstatusesListResponse
impl Sync for AccountstatusesListResponse