Struct hubcaps::Github [] [src]

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

Entry point interface for interacting with Github API

Methods

impl Github<HttpsConnector<HttpConnector>>
[src]

[src]

[src]

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

[src]

[src]

Return a reference to user activity

[src]

Return a reference to a Github repository

[src]

Return a reference to the collection of repositories owned by and associated with an owner

[src]

Return a reference to the collection of repositories owned by the user associated with the current authentication credentials

[src]

[src]

Return a reference to the collection of organizations that the user associated with the current authentication credentials is in

[src]

Return a reference to an interface that provides access to user information.

[src]

Return a reference to the collection of organizations a user is publicly associated with

[src]

Return a reference to an interface that provides access to a user's gists

[src]

Return a reference to an interface that provides access to the gists belonging to the owner of the token used to configure this client

[src]

Return a reference to an interface that provides access to search operations

[src]

Return a reference to the collection of repositories owned by and associated with an organization

Trait Implementations

impl<C: Clone> Clone for Github<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

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

[src]

Formats the value using the given formatter.