Struct biscuit_auth::error::ParseErrors
source ·
[−]pub struct ParseErrors {
pub errors: Vec<ParseError>,
}Fields
errors: Vec<ParseError>Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
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
Mutably borrows from an owned value. Read more
