Struct rd_agent_intf::index::Index [−][src]
pub struct Index {Show fields
pub cmd: String,
pub cmd_ack: String,
pub sysreqs: String,
pub report: String,
pub report_d: String,
pub report_1min: String,
pub report_1min_d: String,
pub bench: String,
pub slices: String,
pub oomd: String,
pub sideloader_status: String,
pub hashd: [HashdIndex; 2],
pub sideload_defs: String,
}Fields
cmd: Stringcmd_ack: Stringsysreqs: Stringreport: Stringreport_d: Stringreport_1min: Stringreport_1min_d: Stringbench: Stringslices: Stringoomd: Stringsideloader_status: Stringhashd: [HashdIndex; 2]sideload_defs: StringTrait Implementations
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
impl RefUnwindSafe for Indeximpl UnwindSafe for IndexBlanket Implementations
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V