Struct dictcc::grouped::DictQueryResultGrouped [] [src]

pub struct DictQueryResultGrouped { /* fields omitted */ }

Grouped representation of DictQueryResult.

Implements Display using a formatted and aligned table.

Methods

impl DictQueryResultGrouped
[src]

[src]

Returns a slice of DictEntryWordCountGroup.

Trait Implementations

impl Clone for DictQueryResultGrouped
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Eq for DictQueryResultGrouped
[src]

impl PartialEq for DictQueryResultGrouped
[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 DictQueryResultGrouped
[src]

[src]

Formats the value using the given formatter.

impl Display for DictQueryResultGrouped
[src]

[src]

Formats the value using the given formatter. Read more

impl From<DictQueryResult> for DictQueryResultGrouped
[src]

[src]

Performs the conversion.