Struct google_content2::PostalCodeGroup
[−]
[src]
pub struct PostalCodeGroup {
pub postal_code_ranges: Option<Vec<PostalCodeRange>>,
pub country: Option<String>,
pub name: Option<String>,
}There is no detailed description.
This type is not used in any activity, and only used as part of another schema.
Fields
postal_code_ranges: Option<Vec<PostalCodeRange>>
A range of postal codes. Required.
country: Option<String>
The CLDR territory code of the country the postal code group applies to. Required.
name: Option<String>
The name of the postal code group, referred to in headers. Required.
Trait Implementations
impl Debug for PostalCodeGroup[src]
impl Clone for PostalCodeGroup[src]
fn clone(&self) -> PostalCodeGroup
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more
impl Default for PostalCodeGroup[src]
fn default() -> PostalCodeGroup
Returns the "default value" for a type. Read more