Struct gsuite_api::UserAddress [−][src]
pub struct UserAddress {Show fields
pub country: String,
pub country_code: String,
pub custom_type: String,
pub extended_address: String,
pub formatted: String,
pub locality: String,
pub po_box: String,
pub postal_code: String,
pub primary: bool,
pub region: String,
pub source_is_structured: bool,
pub street_address: String,
pub typev: String,
}Expand description
A user’s address.
Fields
country: Stringcountry_code: StringThe country code. Uses the ISO 3166-1 standard.
custom_type: StringIf the value of type is custom, this property contains the custom type string.
extended_address: StringFor extended addresses, such as an address that includes a sub-region.
formatted: StringA full and unstructured postal address. This is not synced with the structured address fields.
locality: StringThe town or city of the address.
po_box: Stringpostal_code: StringThe ZIP or postal code, if applicable.
primary: boolregion: StringThe abbreviated province or state.
source_is_structured: boolIndicates if the user-supplied address was formatted. Formatted addresses are not currently supported.
street_address: StringThe street address, such as 1600 Amphitheatre Parkway. Whitespace within the string is ignored; however, newlines are significant.
typev: StringTrait 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 UserAddressimpl Send for UserAddressimpl Sync for UserAddressimpl Unpin for UserAddressimpl UnwindSafe for UserAddressBlanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more
pub fn vzip(self) -> V