Struct biscuit_parser::error::ParseError
source · pub struct ParseError {
pub input: String,
pub message: Option<String>,
}Fields§
§input: String§message: Option<String>Trait Implementations§
source§impl Clone for ParseError
impl Clone for ParseError
source§fn clone(&self) -> ParseError
fn clone(&self) -> ParseError
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 moresource§impl Debug for ParseError
impl Debug for ParseError
source§impl<'a> From<Error<'a>> for ParseError
impl<'a> From<Error<'a>> for ParseError
source§impl PartialEq<ParseError> for ParseError
impl PartialEq<ParseError> for ParseError
source§fn eq(&self, other: &ParseError) -> bool
fn eq(&self, other: &ParseError) -> bool
This method tests for
self and other values to be equal, and is used
by ==.