Struct coveralls_api::GitInfo
[−]
[src]
pub struct GitInfo {
pub head: Head,
pub branch: String,
pub remotes: Vec<Remote>,
}Fields
head: Head
branch: String
remotes: Vec<Remote>