Struct puffin::fuzzer::stats_monitor::JSONEventHandler
source · struct JSONEventHandler {
output_path: PathBuf,
serializer: Serializer<BufWriter<File>>,
}
Fields§
§output_path: PathBuf
§serializer: Serializer<BufWriter<File>>
Implementations§
Trait Implementations§
source§impl Clone for JSONEventHandler
impl Clone for JSONEventHandler
source§impl EventHandler for JSONEventHandler
impl EventHandler for JSONEventHandler
fn process(&mut self, _source: ClientId, _msg: &str, stats: &Statistics)
Auto Trait Implementations§
impl Freeze for JSONEventHandler
impl RefUnwindSafe for JSONEventHandler
impl Send for JSONEventHandler
impl Sync for JSONEventHandler
impl Unpin for JSONEventHandler
impl UnwindSafe for JSONEventHandler
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<T> CloneAny for T
impl<T> CloneAny for T
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)§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.