pub struct PrimaryEmailInfo {
pub email_id: Option<String>,
pub email_type: Option<String>,
pub email_address: Option<String>,
}Fields§
§email_id: Option<String>§email_type: Option<String>§email_address: Option<String>Trait Implementations§
Source§impl Clone for PrimaryEmailInfo
impl Clone for PrimaryEmailInfo
Source§fn clone(&self) -> PrimaryEmailInfo
fn clone(&self) -> PrimaryEmailInfo
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for PrimaryEmailInfo
impl Debug for PrimaryEmailInfo
Source§impl<'de> Deserialize<'de> for PrimaryEmailInfo
impl<'de> Deserialize<'de> for PrimaryEmailInfo
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 PrimaryEmailInfo
impl RefUnwindSafe for PrimaryEmailInfo
impl Send for PrimaryEmailInfo
impl Sync for PrimaryEmailInfo
impl Unpin for PrimaryEmailInfo
impl UnsafeUnpin for PrimaryEmailInfo
impl UnwindSafe for PrimaryEmailInfo
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