Struct dictcc::DictQuery [] [src]

pub struct DictQuery<'a, 'b> { /* fields omitted */ }

Builder for a DictQueryResult.

Methods

impl<'a, 'b> DictQuery<'a, 'b>
[src]

[src]

Set the query direction.

[src]

Set the query type.

[src]

Set the query term.

[src]

Sets the query direction based on the given source language.

Convenience function for set_query_direction

[src]

Every entry that contains the query-word is a hit (default!)

Convenience function for set_query_type

[src]

Search for exact matches

Convenience function for set_query_type

[src]

Search for regex, so the user can specify by himself what he wants to match

Convenience function for set_query_type

[src]

Execute the query.

Trait Implementations

impl<'a, 'b> Debug for DictQuery<'a, 'b>
[src]

[src]

Formats the value using the given formatter.