pub struct DirectoryCustomer {
pub alternateEmail: Option<String>,
pub customerCreationTime: Option<String>,
pub customerDomain: Option<String>,
pub etag: Option<String>,
pub id: Option<String>,
pub kind: Option<String>,
pub language: Option<String>,
pub phoneNumber: Option<String>,
pub postalAddress: Option<DirectoryCustomerPostalAddress>,
}Fields§
§alternateEmail: Option<String>§customerCreationTime: Option<String>§customerDomain: Option<String>§etag: Option<String>§id: Option<String>§kind: Option<String>§language: Option<String>§phoneNumber: Option<String>§postalAddress: Option<DirectoryCustomerPostalAddress>Trait Implementations§
Source§impl Debug for DirectoryCustomer
impl Debug for DirectoryCustomer
Source§impl<'de> Deserialize<'de> for DirectoryCustomer
impl<'de> Deserialize<'de> for DirectoryCustomer
Source§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 Freeze for DirectoryCustomer
impl RefUnwindSafe for DirectoryCustomer
impl Send for DirectoryCustomer
impl Sync for DirectoryCustomer
impl Unpin for DirectoryCustomer
impl UnwindSafe for DirectoryCustomer
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more