Enum rquery::SelectError [] [src]

pub enum SelectError {
    ParseError(UnexpectedTokenError),
    NoMatchError,
}

Errors which can be returned when performing a select operation.

Variants

Returned when the selector could not be parsed successfully.

Returned when there were no matches for the selector.

Trait Implementations

impl Clone for SelectError
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for SelectError
[src]

impl Debug for SelectError
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for SelectError
[src]

[src]

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

[src]

This method tests for !=.