pub struct MessageId<'x> {
pub id: Vec<Cow<'x, str>>,
}
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> PartialOrd for MessageId<'x>
impl<'x> PartialOrd for MessageId<'x>
impl<'x> Eq for MessageId<'x>
impl<'x> StructuralPartialEq for MessageId<'x>
Auto Trait Implementations§
impl<'x> Freeze for MessageId<'x>
impl<'x> RefUnwindSafe for MessageId<'x>
impl<'x> Send for MessageId<'x>
impl<'x> Sync for MessageId<'x>
impl<'x> Unpin for MessageId<'x>
impl<'x> UnwindSafe for MessageId<'x>
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