Struct coveralls_api::Remote [] [src]

pub struct Remote {
    pub name: String,
    pub url: String,
}

Fields