Struct google_dfareporting3::PostalCodesListResponse [−][src]
pub struct PostalCodesListResponse {
pub kind: Option<String>,
pub postal_codes: Option<Vec<PostalCode>>,
}Postal Code List Response
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 postal codes (response)
Fields
kind: Option<String>
Identifies what kind of resource this is. Value: the fixed string "dfareporting#postalCodesListResponse".
postal_codes: Option<Vec<PostalCode>>
Postal code collection.
Trait Implementations
impl Default for PostalCodesListResponse[src]
impl Default for PostalCodesListResponsefn default() -> PostalCodesListResponse[src]
fn default() -> PostalCodesListResponseReturns the "default value" for a type. Read more
impl Clone for PostalCodesListResponse[src]
impl Clone for PostalCodesListResponsefn clone(&self) -> PostalCodesListResponse[src]
fn clone(&self) -> PostalCodesListResponseReturns 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 PostalCodesListResponse[src]
impl Debug for PostalCodesListResponsefn 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 PostalCodesListResponse[src]
impl ResponseResult for PostalCodesListResponseAuto Trait Implementations
impl Send for PostalCodesListResponse
impl Send for PostalCodesListResponseimpl Sync for PostalCodesListResponse
impl Sync for PostalCodesListResponse