Struct rs_collector::collectors::megaraid::MegaraidConfig[][src]

pub struct MegaraidConfig { /* fields omitted */ }

Trait Implementations

impl Debug for MegaraidConfig
[src]

Formats the value using the given formatter. Read more

impl Clone for MegaraidConfig
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Decodable for MegaraidConfig
[src]

Deserialize a value using a Decoder.

Auto Trait Implementations