Struct puffin::fuzzer::stats_monitor::ErrorStatistics
source · struct ErrorStatistics {
total_execs: u64,
fn_error: u64,
term_error: u64,
ssl_error: u64,
io_error: u64,
ag_error: u64,
str_error: u64,
ext_error: u64,
}
Fields§
§total_execs: u64
§fn_error: u64
§term_error: u64
§ssl_error: u64
§io_error: u64
§ag_error: u64
§str_error: u64
§ext_error: u64
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ErrorStatistics
impl RefUnwindSafe for ErrorStatistics
impl Send for ErrorStatistics
impl Sync for ErrorStatistics
impl Unpin for ErrorStatistics
impl UnwindSafe for ErrorStatistics
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.