pub struct ReplyTo(/* private fields */);
Expand description
Reply-To
header
This header contains Mailboxes
.
Trait Implementations§
Source§impl MailboxesHeader for ReplyTo
impl MailboxesHeader for ReplyTo
fn join_mailboxes(&mut self, other: Self)
impl Eq for ReplyTo
impl StructuralPartialEq for ReplyTo
Auto Trait Implementations§
impl Freeze for ReplyTo
impl RefUnwindSafe for ReplyTo
impl Send for ReplyTo
impl Sync for ReplyTo
impl Unpin for ReplyTo
impl UnwindSafe for ReplyTo
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