pub struct GetBestEffortCoverageParams {}Expand description
Collect coverage data for the current isolate. The coverage data may be incomplete due to garbage collection. getBestEffortCoverage
Trait Implementations§
Source§impl Clone for GetBestEffortCoverageParams
impl Clone for GetBestEffortCoverageParams
Source§fn clone(&self) -> GetBestEffortCoverageParams
fn clone(&self) -> GetBestEffortCoverageParams
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for GetBestEffortCoverageParams
impl Debug for GetBestEffortCoverageParams
Source§impl<'de> Deserialize<'de> for GetBestEffortCoverageParams
impl<'de> Deserialize<'de> for GetBestEffortCoverageParams
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl StructuralPartialEq for GetBestEffortCoverageParams
Auto Trait Implementations§
impl Freeze for GetBestEffortCoverageParams
impl RefUnwindSafe for GetBestEffortCoverageParams
impl Send for GetBestEffortCoverageParams
impl Sync for GetBestEffortCoverageParams
impl Unpin for GetBestEffortCoverageParams
impl UnsafeUnpin for GetBestEffortCoverageParams
impl UnwindSafe for GetBestEffortCoverageParams
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