Enum sxd_xpath::tokenizer::TokenizerErr
[−]
[src]
pub enum TokenizerErr {
ExpectedQuote,
ExpectedNumber,
ExpectedCurrentNode,
ExpectedNamedOperator,
ExpectedAxis,
ExpectedAxisSeparator,
ExpectedNodeTest,
ExpectedPrefixedName,
ExpectedNameTest,
ExpectedVariableReference,
ExpectedToken,
ExpectedLeftParenthesis,
NotTokenizingNamedOperators,
MismatchedQuoteCharacters,
UnableToCreateToken,
}Variants
ExpectedQuoteExpectedNumberExpectedCurrentNodeExpectedNamedOperatorExpectedAxisExpectedAxisSeparatorExpectedNodeTestExpectedPrefixedNameExpectedNameTestExpectedVariableReferenceExpectedTokenExpectedLeftParenthesisNotTokenizingNamedOperatorsMismatchedQuoteCharactersUnableToCreateTokenTrait Implementations
impl Debug for TokenizerErr[src]
impl PartialEq for TokenizerErr[src]
fn eq(&self, __arg_0: &TokenizerErr) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0
This method tests for !=.
impl Clone for TokenizerErr[src]
fn clone(&self) -> TokenizerErr
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more
impl Copy for TokenizerErr[src]
impl Error for TokenizerErr[src]
fn description(&self) -> &str
A short description of the error. Read more
fn cause(&self) -> Option<&Error>1.0.0
The lower-level cause of this error, if any. Read more
impl Display for TokenizerErr[src]
fn fmt(&self, fmt: &mut Formatter) -> Result<(), Error>
Formats the value using the given formatter.