Struct repo_backup::GitLab[][src]

pub struct GitLab { /* fields omitted */ }

A provider which queries the GitLab API.

Methods

impl GitLab
[src]

Create a new GitLab provider using its config.

Trait Implementations

impl Debug for GitLab
[src]

Formats the value using the given formatter. Read more

impl Provider for GitLab
[src]

The Provider's name.

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

Auto Trait Implementations

impl Send for GitLab

impl Sync for GitLab