pub enum HeadParseOutput {
Completed(usize),
Partial(usize),
}Variants§
Trait Implementations§
Source§impl Debug for HeadParseOutput
impl Debug for HeadParseOutput
Source§impl PartialEq for HeadParseOutput
impl PartialEq for HeadParseOutput
Source§fn eq(&self, other: &HeadParseOutput) -> bool
fn eq(&self, other: &HeadParseOutput) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for HeadParseOutput
impl StructuralPartialEq for HeadParseOutput
Auto Trait Implementations§
impl Freeze for HeadParseOutput
impl RefUnwindSafe for HeadParseOutput
impl Send for HeadParseOutput
impl Sync for HeadParseOutput
impl Unpin for HeadParseOutput
impl UnsafeUnpin for HeadParseOutput
impl UnwindSafe for HeadParseOutput
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