pub struct MsgraphRecipient {
pub email_address: MsgraphEmailAddress,
}Expand description
A message recipient, wrapping an email address.
Fields§
§email_address: MsgraphEmailAddressThe email address of the recipient.
Trait Implementations§
Source§impl Clone for MsgraphRecipient
impl Clone for MsgraphRecipient
Source§fn clone(&self) -> MsgraphRecipient
fn clone(&self) -> MsgraphRecipient
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 MsgraphRecipient
impl Debug for MsgraphRecipient
Source§impl Default for MsgraphRecipient
impl Default for MsgraphRecipient
Source§fn default() -> MsgraphRecipient
fn default() -> MsgraphRecipient
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for MsgraphRecipient
impl<'de> Deserialize<'de> for MsgraphRecipient
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
impl Eq for MsgraphRecipient
Source§impl PartialEq for MsgraphRecipient
impl PartialEq for MsgraphRecipient
Source§impl Serialize for MsgraphRecipient
impl Serialize for MsgraphRecipient
impl StructuralPartialEq for MsgraphRecipient
Auto Trait Implementations§
impl Freeze for MsgraphRecipient
impl RefUnwindSafe for MsgraphRecipient
impl Send for MsgraphRecipient
impl Sync for MsgraphRecipient
impl Unpin for MsgraphRecipient
impl UnsafeUnpin for MsgraphRecipient
impl UnwindSafe for MsgraphRecipient
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