Trait nagiosplugin::ToPerfString

source ·
pub trait ToPerfString {
    // Required method
    fn to_perf_string(&self) -> String;
}
Expand description

Implement this if you have a value which can be converted to a performance metric value.

Required Methods§

Implementations on Foreign Types§

source§

impl ToPerfString for f32

source§

impl ToPerfString for f64

source§

impl ToPerfString for i8

source§

impl ToPerfString for i16

source§

impl ToPerfString for i32

source§

impl ToPerfString for i64

source§

impl ToPerfString for i128

source§

impl ToPerfString for isize

source§

impl ToPerfString for u8

source§

impl ToPerfString for u16

source§

impl ToPerfString for u32

source§

impl ToPerfString for u64

source§

impl ToPerfString for u128

source§

impl ToPerfString for usize

Implementors§