Enum winnow::error::VerboseErrorKind
source · pub enum VerboseErrorKind<C = &'static str> {
Context(C),
Winnow(ErrorKind),
}
👎Deprecated since 0.5.8: Replaced with
ContextError
Expand description
Deprecated, replaced with ContextError
Variants§
Context(C)
👎Deprecated since 0.5.8: Replaced with
ContextError
Static string added by the context
function
Winnow(ErrorKind)
👎Deprecated since 0.5.8: Replaced with
ContextError
Error kind given by various parsers
Trait Implementations§
source§impl<C: Clone> Clone for VerboseErrorKind<C>
impl<C: Clone> Clone for VerboseErrorKind<C>
source§fn clone(&self) -> VerboseErrorKind<C>
fn clone(&self) -> VerboseErrorKind<C>
Returns a copy 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<C: Debug> Debug for VerboseErrorKind<C>
impl<C: Debug> Debug for VerboseErrorKind<C>
source§impl<C: PartialEq> PartialEq for VerboseErrorKind<C>
impl<C: PartialEq> PartialEq for VerboseErrorKind<C>
impl<C: Eq> Eq for VerboseErrorKind<C>
impl<C> StructuralPartialEq for VerboseErrorKind<C>
Auto Trait Implementations§
impl<C> Freeze for VerboseErrorKind<C>where
C: Freeze,
impl<C> RefUnwindSafe for VerboseErrorKind<C>where
C: RefUnwindSafe,
impl<C> Send for VerboseErrorKind<C>where
C: Send,
impl<C> Sync for VerboseErrorKind<C>where
C: Sync,
impl<C> Unpin for VerboseErrorKind<C>where
C: Unpin,
impl<C> UnwindSafe for VerboseErrorKind<C>where
C: UnwindSafe,
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,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)