Struct gsuite_api::types::CustomerPostalAddress [−][src]
pub struct CustomerPostalAddress { pub address_line_1: String, pub address_line_2: String, pub address_line_3: String, pub contact_name: String, pub country_code: String, pub locality: String, pub organization_name: String, pub postal_code: String, pub region: String, }
Fields
address_line_1: String
address_line_2: String
address_line_3: String
contact_name: String
country_code: String
locality: String
organization_name: String
postal_code: String
region: String
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 CustomerPostalAddress
impl Send for CustomerPostalAddress
impl Sync for CustomerPostalAddress
impl Unpin for CustomerPostalAddress
impl UnwindSafe for CustomerPostalAddress
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span
, returning an
Instrumented
wrapper. Read more