Enum cbor_data::WhileParsing
source · [−]pub enum WhileParsing {
ItemHeader,
HeaderValue,
ArrayItem,
DictItem,
BytesFragment,
BytesValue,
StringFragment,
StringValue,
}Expand description
What the parser was looking for when bytes ran out
Variants
ItemHeader
HeaderValue
ArrayItem
DictItem
BytesFragment
BytesValue
StringFragment
StringValue
Trait Implementations
sourceimpl Clone for WhileParsing
impl Clone for WhileParsing
sourcefn clone(&self) -> WhileParsing
fn clone(&self) -> WhileParsing
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for WhileParsing
impl Debug for WhileParsing
sourceimpl PartialEq<WhileParsing> for WhileParsing
impl PartialEq<WhileParsing> for WhileParsing
sourcefn eq(&self, other: &WhileParsing) -> bool
fn eq(&self, other: &WhileParsing) -> bool
impl Copy for WhileParsing
impl Eq for WhileParsing
impl StructuralEq for WhileParsing
impl StructuralPartialEq for WhileParsing
Auto Trait Implementations
impl RefUnwindSafe for WhileParsing
impl Send for WhileParsing
impl Sync for WhileParsing
impl Unpin for WhileParsing
impl UnwindSafe for WhileParsing
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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