pub enum ParserProgressDisposition {
Advanced,
NoProgress,
}Expand description
Whether a valid progress message advanced observable work.
Variants§
Advanced
The stage or completed-work count advanced.
NoProgress
Only the sequence advanced, so a no-progress watchdog must keep aging.
Trait Implementations§
Source§impl Clone for ParserProgressDisposition
impl Clone for ParserProgressDisposition
Source§fn clone(&self) -> ParserProgressDisposition
fn clone(&self) -> ParserProgressDisposition
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 ParserProgressDisposition
impl Debug for ParserProgressDisposition
impl Copy for ParserProgressDisposition
impl Eq for ParserProgressDisposition
impl StructuralPartialEq for ParserProgressDisposition
Auto Trait Implementations§
impl Freeze for ParserProgressDisposition
impl RefUnwindSafe for ParserProgressDisposition
impl Send for ParserProgressDisposition
impl Sync for ParserProgressDisposition
impl Unpin for ParserProgressDisposition
impl UnwindSafe for ParserProgressDisposition
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.