Struct dictcc::DictQueryResult [] [src]

pub struct DictQueryResult { /* fields omitted */ }

Result of a translation query

Methods

impl DictQueryResult
[src]

[src]

Returns a slice of all entries found in the query.

[src]

Converts a DictQueryResult into a grouped representation used for structured display of the found entries.

Trait Implementations

impl Clone for DictQueryResult
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Eq for DictQueryResult
[src]

impl PartialEq for DictQueryResult
[src]

[src]

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

[src]

This method tests for !=.

impl Debug for DictQueryResult
[src]

[src]

Formats the value using the given formatter.