Struct query_parser::ParseOptions[][src]

pub struct ParseOptions { /* fields omitted */ }

Implementations

Allows \uXXXXXX unicode escapes in term values. Each X must be a hexadecimal character, and all six are required (use zero-padding as needed). To represent a string like \u001234 literally in a query string, one or more of the characters can be escaped via the unicode escape sequence; in this example \u005Cu001234 can be used to escape the initial backslash character with the equivalent unicode escape.

Trait Implementations

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.