pub enum HeaderForm {
Raw,
Text,
Addresses,
GroupedAddresses,
MessageIds,
Date,
URLs,
}Expand description
Header form
Variants§
Trait Implementations§
Source§impl Clone for HeaderForm
impl Clone for HeaderForm
Source§fn clone(&self) -> HeaderForm
fn clone(&self) -> HeaderForm
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for HeaderForm
Source§impl Debug for HeaderForm
impl Debug for HeaderForm
impl Eq for HeaderForm
Source§impl Hash for HeaderForm
impl Hash for HeaderForm
Source§impl PartialEq for HeaderForm
impl PartialEq for HeaderForm
Source§fn eq(&self, other: &HeaderForm) -> bool
fn eq(&self, other: &HeaderForm) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for HeaderForm
Auto Trait Implementations§
impl Freeze for HeaderForm
impl RefUnwindSafe for HeaderForm
impl Send for HeaderForm
impl Sync for HeaderForm
impl Unpin for HeaderForm
impl UnsafeUnpin for HeaderForm
impl UnwindSafe for HeaderForm
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