Struct biscuit_parser::error::ParseErrors
source · [−]pub struct ParseErrors {
pub errors: Vec<ParseError>,
}Fields
errors: Vec<ParseError>Trait Implementations
sourceimpl Clone for ParseErrors
impl Clone for ParseErrors
sourcefn clone(&self) -> ParseErrors
fn clone(&self) -> ParseErrors
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for ParseErrors
impl Debug for ParseErrors
sourceimpl<'a> From<Error<'a>> for ParseErrors
impl<'a> From<Error<'a>> for ParseErrors
sourceimpl PartialEq<ParseErrors> for ParseErrors
impl PartialEq<ParseErrors> for ParseErrors
sourcefn eq(&self, other: &ParseErrors) -> bool
fn eq(&self, other: &ParseErrors) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
sourcefn ne(&self, other: &ParseErrors) -> bool
fn ne(&self, other: &ParseErrors) -> bool
This method tests for !=.
impl StructuralPartialEq for ParseErrors
Auto Trait Implementations
impl RefUnwindSafe for ParseErrors
impl Send for ParseErrors
impl Sync for ParseErrors
impl Unpin for ParseErrors
impl UnwindSafe for ParseErrors
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more