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