pub struct TracerOptions {
pub follow_forks: bool,
}Expand description
Options for the tracer.
Fields§
§follow_forks: boolFollow child processes created by fork/vfork/clone.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TracerOptions
impl RefUnwindSafe for TracerOptions
impl Send for TracerOptions
impl Sync for TracerOptions
impl Unpin for TracerOptions
impl UnsafeUnpin for TracerOptions
impl UnwindSafe for TracerOptions
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