Struct rd_agent_intf::index::Index
source · [−]pub struct Index {Show 13 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
sourceimpl<'de> Deserialize<'de> for Index
impl<'de> Deserialize<'de> for Index
sourcefn 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 Index
impl Send for Index
impl Sync for Index
impl Unpin for Index
impl UnwindSafe for Index
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
impl<T> Pointable for T
impl<T> Pointable for T
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcefn clone_into(&self, target: &mut T)
fn clone_into(&self, target: &mut T)
🔬 This is a nightly-only experimental API. (
toowned_clone_into)Uses borrowed data to replace owned data, usually by cloning. Read more