Struct gerritlib::entities::FetchInfo [] [src]

pub struct FetchInfo {
    pub url: String,
    pub reference: String,
    pub commands: Option<String>,
}

Fields

Trait Implementations

impl Debug for FetchInfo
[src]

Formats the value using the given formatter.

impl Clone for FetchInfo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more