Struct streak::api::search::SearchResponse [] [src]

pub struct SearchResponse {
    pub results: SearchResults,
    pub page: i32,
    pub query: String,
}

Fields

Trait Implementations

impl Debug for SearchResponse
[src]

[src]

Formats the value using the given formatter.