Struct kodept_parse::error::ParseErrors
source · pub struct ParseErrors<A> { /* private fields */ }Implementations§
source§impl<A> ParseErrors<A>
impl<A> ParseErrors<A>
pub fn new(errors: Vec<ParseError<A>>) -> ParseErrors<A>
Trait Implementations§
source§impl<A: Debug> Debug for ParseErrors<A>
impl<A: Debug> Debug for ParseErrors<A>
source§impl<A, O: Original<A>, P: Into<Position> + Clone> From<(ParseError<P>, O)> for ParseErrors<A>
impl<A, O: Original<A>, P: Into<Position> + Clone> From<(ParseError<P>, O)> for ParseErrors<A>
source§fn from((error, stream): (ParseError<P>, O)) -> Self
fn from((error, stream): (ParseError<P>, O)) -> Self
Converts to this type from the input type.
source§impl<A> IntoIterator for ParseErrors<A>
impl<A> IntoIterator for ParseErrors<A>
Auto Trait Implementations§
impl<A> Freeze for ParseErrors<A>
impl<A> RefUnwindSafe for ParseErrors<A>where
A: RefUnwindSafe,
impl<A> Send for ParseErrors<A>where
A: Send,
impl<A> Sync for ParseErrors<A>where
A: Sync,
impl<A> Unpin for ParseErrors<A>where
A: Unpin,
impl<A> UnwindSafe for ParseErrors<A>where
A: 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