Struct repo_backup::GitHub
[−]
[src]
pub struct GitHub { /* fields omitted */ }An interface to the repositories stored on github.
Methods
impl GitHub[src]
fn with_config(cfg: GithubConfig) -> GitHub[src]
Create a new GitHub with the provided config.
Trait Implementations
impl Clone for GitHub[src]
fn clone(&self) -> GitHub[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more
impl Provider for GitHub[src]
fn name(&self) -> &str[src]
The Provider's name.
fn repositories(&self) -> Result<Vec<Repo>, Error>[src]
Get a list of all the available repositories from this source.