pub struct TakePreciseCoverageReturn { /* private fields */ }Available on crate features
Profiler and Runtime and Debugger only.Expand description
Collect coverage data for the current isolate, and resets execution counters. Precise code coverage needs to have started.
Implementations§
Trait Implementations§
Source§impl Clone for TakePreciseCoverageReturn
impl Clone for TakePreciseCoverageReturn
Source§fn clone(&self) -> TakePreciseCoverageReturn
fn clone(&self) -> TakePreciseCoverageReturn
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 TakePreciseCoverageReturn
impl Debug for TakePreciseCoverageReturn
Source§impl<'de> Deserialize<'de> for TakePreciseCoverageReturn
impl<'de> Deserialize<'de> for TakePreciseCoverageReturn
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
Auto Trait Implementations§
impl Freeze for TakePreciseCoverageReturn
impl RefUnwindSafe for TakePreciseCoverageReturn
impl Send for TakePreciseCoverageReturn
impl Sync for TakePreciseCoverageReturn
impl Unpin for TakePreciseCoverageReturn
impl UnwindSafe for TakePreciseCoverageReturn
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