Struct jencli::JenkinsInformation[][src]

pub struct JenkinsInformation {
    pub url: String,
    pub user: Option<String>,
    pub password: Option<String>,
    pub depth: u8,
}

Fields

Trait Implementations

impl Clone for JenkinsInformation
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations