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
name: Option<String>
id: String
parent: Option<String>
description: Option<String>
state: Option<ProjectState>
branches: Option<HashMap<String, String>>
web_links: Option<Vec<WebLinkInfo>>
Trait Implementations
impl Debug for ProjectInfo[src]
impl Clone for ProjectInfo[src]
fn clone(&self) -> ProjectInfo
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more