Struct hubcaps::search::SearchRepos[][src]

pub struct SearchRepos<C> where
    C: Clone + Connect
{ /* fields omitted */ }

Methods

impl<C: Clone + Connect> SearchRepos<C>
[src]

Return a stream of search results repository query See github docs for query format options

Return the first page of search result repository query See github docs for query format options

Auto Trait Implementations

impl<C> !Send for SearchRepos<C>

impl<C> !Sync for SearchRepos<C>