pub struct CliReporter { /* private fields */ }Expand description
Reporter for outputting syscall trace analysis results.
Auto Trait Implementations§
impl Freeze for CliReporter
impl RefUnwindSafe for CliReporter
impl Send for CliReporter
impl Sync for CliReporter
impl Unpin for CliReporter
impl UnsafeUnpin for CliReporter
impl UnwindSafe for CliReporter
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