Struct google_content2::AccountstatusesCustomBatchRequest [−][src]
pub struct AccountstatusesCustomBatchRequest {
pub entries: Option<Vec<AccountstatusesCustomBatchRequestEntry>>,
}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).
- custombatch accountstatuses (request)
Fields
entries: Option<Vec<AccountstatusesCustomBatchRequestEntry>>
The request entries to be processed in the batch.
Trait Implementations
impl Default for AccountstatusesCustomBatchRequest[src]
impl Default for AccountstatusesCustomBatchRequestfn default() -> AccountstatusesCustomBatchRequest[src]
fn default() -> AccountstatusesCustomBatchRequestReturns the "default value" for a type. Read more
impl Clone for AccountstatusesCustomBatchRequest[src]
impl Clone for AccountstatusesCustomBatchRequestfn clone(&self) -> AccountstatusesCustomBatchRequest[src]
fn clone(&self) -> AccountstatusesCustomBatchRequestReturns 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 AccountstatusesCustomBatchRequest[src]
impl Debug for AccountstatusesCustomBatchRequestfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl RequestValue for AccountstatusesCustomBatchRequest[src]
impl RequestValue for AccountstatusesCustomBatchRequestAuto Trait Implementations
impl Send for AccountstatusesCustomBatchRequest
impl Send for AccountstatusesCustomBatchRequestimpl Sync for AccountstatusesCustomBatchRequest
impl Sync for AccountstatusesCustomBatchRequest