Struct gsuite_api::types::UserAddress [−][src]
pub struct UserAddress {}Show 13 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 type_: String,
Expand description
JSON template for address.
Fields
country: String
JSON template for address.
country_code: String
JSON template for address.
custom_type: String
JSON template for address.
extended_address: String
JSON template for address.
formatted: String
JSON template for address.
locality: String
JSON template for address.
po_box: String
JSON template for address.
postal_code: String
JSON template for address.
primary: bool
JSON template for address.
region: String
JSON template for address.
source_is_structured: bool
JSON template for address.
street_address: String
JSON template for address.
type_: String
JSON template for address.
Trait Implementations
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
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for UserAddress
impl Send for UserAddress
impl Sync for UserAddress
impl Unpin for UserAddress
impl UnwindSafe for UserAddress
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span
, returning an
Instrumented
wrapper. Read more