Struct gerritlib::entities::ProjectInfo [] [src]

pub struct ProjectInfo {
    pub name: Option<String>,
    pub id: String,
    pub parent: Option<String>,
    pub description: Option<String>,
    pub state: Option<ProjectState>,
    pub branches: Option<HashMap<String, String>>,
    pub web_links: Option<Vec<WebLinkInfo>>,
}

Fields

Trait Implementations

impl Debug for ProjectInfo
[src]

Formats the value using the given formatter.

impl Clone for ProjectInfo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more