Struct riak::yokozuna::SearchQueryResp [] [src]

pub struct SearchQueryResp {
    pub pairs: Vec<(Vec<u8>, Option<Vec<u8>>)>,
    pub max_score: Option<f32>,
    pub num_found: Option<u32>,
}

SearchQueryResp represents the response for a successful query

Fields

Trait Implementations

impl Clone for SearchQueryResp
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for SearchQueryResp
[src]

Formats the value using the given formatter.