Struct hubcaps::teams::RepoTeams[][src]

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

reference to teams associated with a github repo

Methods

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

list of teams for this repo

provides a stream over all pages of teams

Auto Trait Implementations

impl<C> !Send for RepoTeams<C>

impl<C> !Sync for RepoTeams<C>