Struct jenkins_api::nodes::monitor::ClockDifference[][src]

pub struct ClockDifference {
    pub diff: i64,
}

Clock Difference Monitor

Fields

Clock difference

Trait Implementations

impl Debug for ClockDifference
[src]

Formats the value using the given formatter. Read more

impl Copy for ClockDifference
[src]

impl Clone for ClockDifference
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Class for ClockDifference
[src]

Should reply the _class provided by Jenkins for a type

impl MonitorData for ClockDifference
[src]

Auto Trait Implementations