Struct rquery::UnexpectedTokenError [] [src]

pub struct UnexpectedTokenError(pub char);

An error which is returned when parsing a selector encounters an unexpected token

Trait Implementations

impl Clone for UnexpectedTokenError
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for UnexpectedTokenError
[src]

impl Debug for UnexpectedTokenError
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for UnexpectedTokenError
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.