Struct biscuit_parser::error::ParseErrors
source · pub struct ParseErrors {
pub errors: Vec<ParseError>,
}Fields§
§errors: Vec<ParseError>Trait Implementations§
source§impl Clone for ParseErrors
impl Clone for ParseErrors
source§fn clone(&self) -> ParseErrors
fn clone(&self) -> ParseErrors
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 more