Struct hubcaps::search::SearchResult [] [src]

pub struct SearchResult<D> {
    pub total_count: u64,
    pub incomplete_results: bool,
    pub items: Vec<D>,
}

Fields

Trait Implementations

impl<D: Debug> Debug for SearchResult<D>
[src]

[src]

Formats the value using the given formatter.