pub enum WhileParsing {
ItemHeader,
HeaderValue,
ArrayItem,
DictItem,
BytesFragment,
BytesValue,
StringFragment,
StringValue,
}
Expand description
What the parser was looking for when bytes ran out
Variants§
Trait Implementations§
Source§impl Clone for WhileParsing
impl Clone for WhileParsing
Source§fn clone(&self) -> WhileParsing
fn clone(&self) -> WhileParsing
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for WhileParsing
impl Debug for WhileParsing
Source§impl PartialEq for WhileParsing
impl PartialEq for WhileParsing
impl Copy for WhileParsing
impl Eq for WhileParsing
impl StructuralPartialEq for WhileParsing
Auto Trait Implementations§
impl Freeze for WhileParsing
impl RefUnwindSafe for WhileParsing
impl Send for WhileParsing
impl Sync for WhileParsing
impl Unpin for WhileParsing
impl UnwindSafe for WhileParsing
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