Struct jenkins_api::HealthReport [] [src]

pub struct HealthReport {
    pub description: String,
    pub icon_class_name: String,
    pub icon_url: String,
    pub score: u16,
}

Health Report of a Job

Fields

Description of the HealthReport

Icon name

Icon url

Score of the Job

Trait Implementations

impl Debug for HealthReport
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for HealthReport
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for HealthReport

impl Sync for HealthReport