Struct hubcaps::repositories::Repositories [] [src]

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

Methods

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

[src]

[src]

list the authenticated users repositories https://developer.github.com/v3/repos/#list-your-repositories

[src]

provides a stream over all pages of the authenticated users repositories https://developer.github.com/v3/repos/#list-your-repositories

Trait Implementations

impl<C: Clone> Clone for Repositories<C> where
    C: Clone + Connect
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more