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
Auto Trait Implementations
impl RefUnwindSafe for ParseOptions
impl Send for ParseOptions
impl Sync for ParseOptions
impl Unpin for ParseOptions
impl UnwindSafe for ParseOptions