pub struct PythonRuntimeCoverage;Implementations§
Source§impl PythonRuntimeCoverage
impl PythonRuntimeCoverage
pub fn new() -> Self
Sourcepub fn attach_and_collect(
&self,
pid: u32,
) -> Result<RuntimeCoverageResult, String>
pub fn attach_and_collect( &self, pid: u32, ) -> Result<RuntimeCoverageResult, String>
Attach to a running Python process and collect coverage continuously
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PythonRuntimeCoverage
impl RefUnwindSafe for PythonRuntimeCoverage
impl Send for PythonRuntimeCoverage
impl Sync for PythonRuntimeCoverage
impl Unpin for PythonRuntimeCoverage
impl UnwindSafe for PythonRuntimeCoverage
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