Struct puffin::fuzzer::stats_monitor::ClientStatistics
source · struct ClientStatistics {
id: u32,
time: SystemTime,
errors: ErrorStatistics,
trace: TraceStatistics,
intro: IntrospectStatistics,
coverage: Option<CoverageStatistics>,
corpus_size: u64,
objective_size: u64,
total_execs: u64,
exec_per_sec: u64,
}
Fields§
§id: u32
Some log file unique id
time: SystemTime
§errors: ErrorStatistics
§trace: TraceStatistics
§intro: IntrospectStatistics
§coverage: Option<CoverageStatistics>
§corpus_size: u64
§objective_size: u64
§total_execs: u64
§exec_per_sec: u64
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ClientStatistics
impl RefUnwindSafe for ClientStatistics
impl Send for ClientStatistics
impl Sync for ClientStatistics
impl Unpin for ClientStatistics
impl UnwindSafe for ClientStatistics
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<Tail, T> Prepend<T> for Tail
impl<Tail, T> Prepend<T> for Tail
§type PreprendResult = Tail
type PreprendResult = Tail
The Resulting [
TupleList
], of an [Prepend::prepend()
] call,
including the prepended entry.