Enum mail_parser::parsers::header::HeaderParserResult
source · [−]Variants
Rfc(RfcHeader)
Other(Cow<'x, str>)
Lf
Eof
Trait Implementations
sourceimpl<'x> Debug for HeaderParserResult<'x>
impl<'x> Debug for HeaderParserResult<'x>
sourceimpl<'x> PartialEq<HeaderParserResult<'x>> for HeaderParserResult<'x>
impl<'x> PartialEq<HeaderParserResult<'x>> for HeaderParserResult<'x>
sourcefn eq(&self, other: &HeaderParserResult<'x>) -> bool
fn eq(&self, other: &HeaderParserResult<'x>) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
impl<'x> Eq for HeaderParserResult<'x>
impl<'x> StructuralEq for HeaderParserResult<'x>
impl<'x> StructuralPartialEq for HeaderParserResult<'x>
Auto Trait Implementations
impl<'x> RefUnwindSafe for HeaderParserResult<'x>
impl<'x> Send for HeaderParserResult<'x>
impl<'x> Sync for HeaderParserResult<'x>
impl<'x> Unpin for HeaderParserResult<'x>
impl<'x> UnwindSafe for HeaderParserResult<'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