Struct mail_builder::headers::message_id::MessageId
source · Expand description
RFC5322 Message ID header
Fields§
§id: Vec<Cow<'x, str>>Implementations§
Trait Implementations§
source§impl<'x> From<MessageId<'x>> for HeaderType<'x>
impl<'x> From<MessageId<'x>> for HeaderType<'x>
source§impl<'x> Ord for MessageId<'x>
impl<'x> Ord for MessageId<'x>
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl<'x> PartialEq<MessageId<'x>> for MessageId<'x>
impl<'x> PartialEq<MessageId<'x>> for MessageId<'x>
source§impl<'x> PartialOrd<MessageId<'x>> for MessageId<'x>
impl<'x> PartialOrd<MessageId<'x>> for MessageId<'x>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self and other) and is used by the <=
operator. Read more