pub struct InReplyTo(/* private fields */);
Expand description
In-Reply-To
header. Contains one or more
unique message identifiers,
defined in RFC5322
Trait Implementations§
impl Eq for InReplyTo
impl StructuralPartialEq for InReplyTo
Auto Trait Implementations§
impl Freeze for InReplyTo
impl RefUnwindSafe for InReplyTo
impl Send for InReplyTo
impl Sync for InReplyTo
impl Unpin for InReplyTo
impl UnwindSafe for InReplyTo
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