Struct google_content2::api::PostalCodeGroup [−][src]
pub struct PostalCodeGroup {
pub country: Option<String>,
pub name: Option<String>,
pub postal_code_ranges: Option<Vec<PostalCodeRange>>,
}Expand description
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>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.
postal_code_ranges: Option<Vec<PostalCodeRange>>A range of postal codes. Required.
Trait Implementations
Returns the “default value” for a type. Read more
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
impl RefUnwindSafe for PostalCodeGroup
impl Send for PostalCodeGroup
impl Sync for PostalCodeGroup
impl Unpin for PostalCodeGroup
impl UnwindSafe for PostalCodeGroup
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more