Struct repo_backup::GitHub [] [src]

pub struct GitHub { /* fields omitted */ }

An interface to the repositories stored on github.

Methods

impl GitHub
[src]

[src]

Create a new GitHub with the provided config.

Trait Implementations

impl Clone for GitHub
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Provider for GitHub
[src]

[src]

The Provider's name.

[src]

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

impl Debug for GitHub
[src]

[src]

Formats the value using the given formatter.