pub struct GetBestEffortCoverageCommand {}Available on crate features
Profiler and Runtime and Debugger only.Expand description
Collect coverage data for the current isolate. The coverage data may be incomplete due to garbage collection.
Implementations§
Trait Implementations§
Source§impl Clone for GetBestEffortCoverageCommand
impl Clone for GetBestEffortCoverageCommand
Source§fn clone(&self) -> GetBestEffortCoverageCommand
fn clone(&self) -> GetBestEffortCoverageCommand
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 GetBestEffortCoverageCommand
impl Debug for GetBestEffortCoverageCommand
Source§impl Default for GetBestEffortCoverageCommand
impl Default for GetBestEffortCoverageCommand
Source§fn default() -> GetBestEffortCoverageCommand
fn default() -> GetBestEffortCoverageCommand
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GetBestEffortCoverageCommand
impl<'de> Deserialize<'de> for GetBestEffortCoverageCommand
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 GetBestEffortCoverageCommand
impl RefUnwindSafe for GetBestEffortCoverageCommand
impl Send for GetBestEffortCoverageCommand
impl Sync for GetBestEffortCoverageCommand
impl Unpin for GetBestEffortCoverageCommand
impl UnwindSafe for GetBestEffortCoverageCommand
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