Enum pest::error::ErrorVariant [−][src]
pub enum ErrorVariant<R> { ParsingError { positives: Vec<R>, negatives: Vec<R>, }, CustomError { message: String, }, }
Different kinds of parsing errors.
Variants
Generated parsing error with expected and unexpected Rule
s
Custom error with a message
Fields of CustomError
message: String
Short explanation
Trait Implementations
impl<R: Clone> Clone for ErrorVariant<R>
[src][+]
impl<R: Debug> Debug for ErrorVariant<R>
[src][+]
impl<R: Eq> Eq for ErrorVariant<R>
[src]
impl<R: Hash> Hash for ErrorVariant<R>
[src][+]
impl<R: PartialEq> PartialEq<ErrorVariant<R>> for ErrorVariant<R>
[src][+]
impl<R> StructuralEq for ErrorVariant<R>
[src]
impl<R> StructuralPartialEq for ErrorVariant<R>
[src]
Auto Trait Implementations
impl<R> RefUnwindSafe for ErrorVariant<R> where
R: RefUnwindSafe,
R: RefUnwindSafe,
impl<R> Send for ErrorVariant<R> where
R: Send,
R: Send,
impl<R> Sync for ErrorVariant<R> where
R: Sync,
R: Sync,
impl<R> Unpin for ErrorVariant<R> where
R: Unpin,
R: Unpin,
impl<R> UnwindSafe for ErrorVariant<R> where
R: UnwindSafe,
R: UnwindSafe,
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,