pub struct MessageContact {
pub contact_uid: String,
pub display_name: String,
}Expand description
Snapshot of the contact whose email set includes this message’s sender.
Fields§
§contact_uid: String§display_name: StringTrait Implementations§
Source§impl Clone for MessageContact
impl Clone for MessageContact
Source§fn clone(&self) -> MessageContact
fn clone(&self) -> MessageContact
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 MessageContact
impl Debug for MessageContact
Source§impl<'de> Deserialize<'de> for MessageContact
impl<'de> Deserialize<'de> for MessageContact
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 MessageContact
Source§impl PartialEq for MessageContact
impl PartialEq for MessageContact
Source§fn eq(&self, other: &MessageContact) -> bool
fn eq(&self, other: &MessageContact) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for MessageContact
impl Serialize for MessageContact
impl StructuralPartialEq for MessageContact
Auto Trait Implementations§
impl Freeze for MessageContact
impl RefUnwindSafe for MessageContact
impl Send for MessageContact
impl Sync for MessageContact
impl Unpin for MessageContact
impl UnsafeUnpin for MessageContact
impl UnwindSafe for MessageContact
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
impl<ST, DT> CastableFrom<ST, Initialized, Initialized> for DT
impl<ST, DT> CastableFrom<ST, Uninit, Uninit> for DT
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> DeserializeOwned for Twhere
T: for<'de> Deserialize<'de>,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.