pub enum BodyParseOutput {
Completed(usize),
Partial(usize),
}Variants§
Trait Implementations§
Source§impl Debug for BodyParseOutput
impl Debug for BodyParseOutput
Source§impl PartialEq for BodyParseOutput
impl PartialEq for BodyParseOutput
impl Eq for BodyParseOutput
impl StructuralPartialEq for BodyParseOutput
Auto Trait Implementations§
impl Freeze for BodyParseOutput
impl RefUnwindSafe for BodyParseOutput
impl Send for BodyParseOutput
impl Sync for BodyParseOutput
impl Unpin for BodyParseOutput
impl UnwindSafe for BodyParseOutput
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