Struct github_local_remote::Remote[][src]

pub struct Remote { /* fields omitted */ }

Remote represenation.

Methods

impl Remote
[src]

Get the url.

Get the user.

Get the repo.

Trait Implementations

impl Debug for Remote
[src]

Formats the value using the given formatter. Read more

impl Clone for Remote
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for Remote

impl Sync for Remote