Struct hubcaps::stars::Stars[][src]

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

Methods

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

Returns whether or not authenticated user has started a repo

star a repo

unstar a repo

Auto Trait Implementations

impl<C> !Send for Stars<C>

impl<C> !Sync for Stars<C>