pub struct Rfc2822;
Available on crate features
formatting
or parsing
only.Expand description
Trait Implementations§
impl Copy for Rfc2822
impl Eq for Rfc2822
impl Formattable for Rfc2822
Available on crate feature
formatting
only.impl Parsable for Rfc2822
Available on crate feature
parsing
only.impl StructuralPartialEq for Rfc2822
Auto Trait Implementations§
impl Freeze for Rfc2822
impl RefUnwindSafe for Rfc2822
impl Send for Rfc2822
impl Sync for Rfc2822
impl Unpin for Rfc2822
impl UnwindSafe for Rfc2822
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