Struct graphannis::corpusstorage::CountExtra[][src]

#[repr(C)]
pub struct CountExtra { pub match_count: u64, pub document_count: u64, }

A struct that contains the extended results of the count query.

Fields

Total number of matches.

Number of documents with at least one match.

Trait Implementations

impl Debug for CountExtra
[src]

Formats the value using the given formatter. Read more

impl Default for CountExtra
[src]

Returns the "default value" for a type. Read more

impl Clone for CountExtra
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for CountExtra

impl Sync for CountExtra