pub enum DecodeOutcome {
Continue,
BlockCompleted,
MaxLength,
BlockCompletedAndMaxLength,
}Expand description
Outcome of an apply_decode or
apply_speculative call.
Variants§
Trait Implementations§
Source§impl Clone for DecodeOutcome
impl Clone for DecodeOutcome
Source§fn clone(&self) -> DecodeOutcome
fn clone(&self) -> DecodeOutcome
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for DecodeOutcome
Source§impl Debug for DecodeOutcome
impl Debug for DecodeOutcome
impl Eq for DecodeOutcome
Source§impl PartialEq for DecodeOutcome
impl PartialEq for DecodeOutcome
impl StructuralPartialEq for DecodeOutcome
Auto Trait Implementations§
impl Freeze for DecodeOutcome
impl RefUnwindSafe for DecodeOutcome
impl Send for DecodeOutcome
impl Sync for DecodeOutcome
impl Unpin for DecodeOutcome
impl UnsafeUnpin for DecodeOutcome
impl UnwindSafe for DecodeOutcome
Blanket Implementations§
impl<T> BlockMetadata for T
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,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.