Struct google_content2::api::AccountAddress [−][src]
pub struct AccountAddress {
pub country: Option<String>,
pub locality: Option<String>,
pub postal_code: Option<String>,
pub region: Option<String>,
pub street_address: Option<String>,
}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>CLDR country code (e.g. “US”). This value cannot be set for a sub-account of an MCA. All MCA sub-accounts inherit the country of their parent MCA.
locality: Option<String>City, town or commune. May also include dependent localities or sublocalities (e.g. neighborhoods or suburbs).
postal_code: Option<String>Postal code or ZIP (e.g. “94043”).
region: Option<String>Top-level administrative subdivision of the country. For example, a state like California (“CA”) or a province like Quebec (“QC”).
street_address: Option<String>Street-level part of the address.
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 AccountAddress
impl Send for AccountAddress
impl Sync for AccountAddress
impl Unpin for AccountAddress
impl UnwindSafe for AccountAddress
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more