pub struct JavaRuntimeCoverage;Implementations§
Source§impl JavaRuntimeCoverage
impl JavaRuntimeCoverage
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 JaCoCo agent to a running Java process
Trait Implementations§
Auto Trait Implementations§
impl Freeze for JavaRuntimeCoverage
impl RefUnwindSafe for JavaRuntimeCoverage
impl Send for JavaRuntimeCoverage
impl Sync for JavaRuntimeCoverage
impl Unpin for JavaRuntimeCoverage
impl UnwindSafe for JavaRuntimeCoverage
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