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]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl<D> Send for SearchResult<D> where
    D: Send

impl<D> Sync for SearchResult<D> where
    D: Sync