Struct hubcaps::organizations::Organization[][src]

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

Provides access to label operations available for an individual organization

Methods

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

returns a reference to an interface for team operations

returns a reference to an interface for repo operations

Auto Trait Implementations

impl<C> !Send for Organization<C>

impl<C> !Sync for Organization<C>