Struct coveralls_api::Service [] [src]

pub struct Service {
    pub service_name: CiService,
    pub service_job_id: String,
}

Service's are used for CI integration. Coveralls current supports * travis ci * travis pro * circleCI * Semaphore * JenkinsCI * Codeship

Fields

Trait Implementations

impl Clone for Service
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more