Enum mail_parser::HeaderName
source · [−]Variants
Rfc(RfcHeader)
Other(Cow<'x, str>)
Implementations
sourceimpl<'x> HeaderName<'x>
impl<'x> HeaderName<'x>
sourceimpl<'x> HeaderName<'x>
impl<'x> HeaderName<'x>
pub fn as_str(&self) -> &str
pub fn as_owned<'y>(&self) -> HeaderName<'y>
pub fn into_owned<'y>(self) -> HeaderName<'y>
pub fn unwrap(self) -> String
sourcepub fn is_mime_header(&self) -> bool
pub fn is_mime_header(&self) -> bool
Returns true if it is a MIME header.
pub fn is_empty(&self) -> bool
Trait Implementations
sourceimpl<'x> Clone for HeaderName<'x>
impl<'x> Clone for HeaderName<'x>
sourcefn clone(&self) -> HeaderName<'x>
fn clone(&self) -> HeaderName<'x>
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl<'x> Debug for HeaderName<'x>
impl<'x> Debug for HeaderName<'x>
sourceimpl<'x> Hash for HeaderName<'x>
impl<'x> Hash for HeaderName<'x>
sourceimpl PartialEq<HeaderName<'_>> for HeaderName<'_>
impl PartialEq<HeaderName<'_>> for HeaderName<'_>
impl Eq for HeaderName<'_>
Auto Trait Implementations
impl<'x> RefUnwindSafe for HeaderName<'x>
impl<'x> Send for HeaderName<'x>
impl<'x> Sync for HeaderName<'x>
impl<'x> Unpin for HeaderName<'x>
impl<'x> UnwindSafe for HeaderName<'x>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more