Struct gitdb::git_creds::Remote [] [src]

pub struct Remote {
    pub name: String,
    pub url: String,
    pub username: String,
    pub password: String,
}

Fields

Methods

impl Remote
[src]

Trait Implementations

impl Debug for Remote
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for Remote
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for Remote

impl Sync for Remote