Struct repo_backup::GitHub[][src]

pub struct GitHub { /* fields omitted */ }

An interface to the repositories stored on github.

Methods

impl GitHub
[src]

Create a new GitHub with the provided config.

Trait Implementations

impl Clone for GitHub
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Provider for GitHub
[src]

The Provider's name.

Get a list of all the available repositories from this source.

impl Debug for GitHub
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for GitHub

impl Sync for GitHub