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

pub struct SwapSpaceMonitor {
    pub available_physical_memory: u64,
    pub available_swap_space: u64,
    pub total_physical_memory: u64,
    pub total_swap_space: u64,
}

Swap Space Monitor

Fields

Available physical memory

Available swap space

Total physical memory

Total swap space

Trait Implementations

impl Debug for SwapSpaceMonitor
[src]

Formats the value using the given formatter. Read more

impl Copy for SwapSpaceMonitor
[src]

impl Clone for SwapSpaceMonitor
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Class for SwapSpaceMonitor
[src]

Should reply the _class provided by Jenkins for a type

impl MonitorData for SwapSpaceMonitor
[src]

Auto Trait Implementations