Enum http1_spec::head_parser::HeadParseOutput
source · [−]Variants
Completed(usize)
Partial(usize)
Trait Implementations
sourceimpl Debug for HeadParseOutput
impl Debug for HeadParseOutput
sourceimpl PartialEq<HeadParseOutput> for HeadParseOutput
impl PartialEq<HeadParseOutput> for HeadParseOutput
sourcefn eq(&self, other: &HeadParseOutput) -> bool
fn eq(&self, other: &HeadParseOutput) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
sourcefn ne(&self, other: &HeadParseOutput) -> bool
fn ne(&self, other: &HeadParseOutput) -> bool
This method tests for !=.
impl Eq for HeadParseOutput
impl StructuralEq for HeadParseOutput
impl StructuralPartialEq for HeadParseOutput
Auto Trait Implementations
impl RefUnwindSafe for HeadParseOutput
impl Send for HeadParseOutput
impl Sync for HeadParseOutput
impl Unpin for HeadParseOutput
impl UnwindSafe for HeadParseOutput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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