pub struct RubyRuntimeCoverage;Implementations§
Source§impl RubyRuntimeCoverage
impl RubyRuntimeCoverage
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 Ruby process and collect coverage continuously
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RubyRuntimeCoverage
impl RefUnwindSafe for RubyRuntimeCoverage
impl Send for RubyRuntimeCoverage
impl Sync for RubyRuntimeCoverage
impl Unpin for RubyRuntimeCoverage
impl UnwindSafe for RubyRuntimeCoverage
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