Enum jenkins_api::nodes::monitor::Data[][src]

pub enum Data {
    String(String),
    MonitorData(CommonMonitorData),
    Empty,
}

Monitor data provided by Jenkins about a Computer

Variants

A String, used for example by monitor hudson.node_monitors.ArchitectureMonitor

A structured monitor

An empty monitor, meaning it was not able to retrieve data

Trait Implementations

impl Debug for Data
[src]

Formats the value using the given formatter. Read more

impl Clone for Data
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for Data

impl Sync for Data