pub struct MessageIdentityMatch {
pub identity: Option<String>,
pub identity_email: Option<String>,
pub identity_match: String,
pub identity_candidates: Vec<String>,
pub observed_recipient_emails: Vec<String>,
}Fields§
§identity: Option<String>§identity_email: Option<String>§identity_match: String§identity_candidates: Vec<String>§observed_recipient_emails: Vec<String>Trait Implementations§
Source§impl Clone for MessageIdentityMatch
impl Clone for MessageIdentityMatch
Source§fn clone(&self) -> MessageIdentityMatch
fn clone(&self) -> MessageIdentityMatch
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 MessageIdentityMatch
impl Debug for MessageIdentityMatch
Source§impl Default for MessageIdentityMatch
impl Default for MessageIdentityMatch
Source§fn default() -> MessageIdentityMatch
fn default() -> MessageIdentityMatch
Returns the “default value” for a type. Read more
impl Eq for MessageIdentityMatch
Source§impl PartialEq for MessageIdentityMatch
impl PartialEq for MessageIdentityMatch
Source§fn eq(&self, other: &MessageIdentityMatch) -> bool
fn eq(&self, other: &MessageIdentityMatch) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for MessageIdentityMatch
Auto Trait Implementations§
impl Freeze for MessageIdentityMatch
impl RefUnwindSafe for MessageIdentityMatch
impl Send for MessageIdentityMatch
impl Sync for MessageIdentityMatch
impl Unpin for MessageIdentityMatch
impl UnsafeUnpin for MessageIdentityMatch
impl UnwindSafe for MessageIdentityMatch
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,
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.