Struct rd_hashd_intf::report::Report [−][src]
pub struct Report {
pub timestamp: DateTime<Local>,
pub phase: Phase,
pub rotational: bool,
pub rotational_testfiles: bool,
pub rotational_swap: bool,
pub testfiles_progress: f64,
pub params_modified: DateTime<Local>,
pub mem_probe_size: usize,
pub mem_probe_at: DateTime<Local>,
pub hasher: Stat,
}Fields
timestamp: DateTime<Local>phase: Phaserotational: boolrotational_testfiles: boolrotational_swap: booltestfiles_progress: f64params_modified: DateTime<Local>mem_probe_size: usizemem_probe_at: DateTime<Local>hasher: StatTrait 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 Reportimpl UnwindSafe for ReportBlanket Implementations
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V