pub struct StartPreciseCoverage {
pub call_count: Option<bool>,
pub detailed: Option<bool>,
pub allow_triggered_updates: Option<bool>,
}Fields§
§call_count: Option<bool>§detailed: Option<bool>§allow_triggered_updates: Option<bool>Trait Implementations§
Source§impl Clone for StartPreciseCoverage
impl Clone for StartPreciseCoverage
Source§fn clone(&self) -> StartPreciseCoverage
fn clone(&self) -> StartPreciseCoverage
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 StartPreciseCoverage
impl Debug for StartPreciseCoverage
Source§impl<'de> Deserialize<'de> for StartPreciseCoverage
impl<'de> Deserialize<'de> for StartPreciseCoverage
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
Source§impl Method for StartPreciseCoverage
impl Method for StartPreciseCoverage
const NAME: &'static str = "Profiler.startPreciseCoverage"
type ReturnObject = StartPreciseCoverageReturnObject
fn to_method_call(self, call_id: CallId) -> MethodCall<Self>where
Self: Sized,
Source§impl PartialEq for StartPreciseCoverage
impl PartialEq for StartPreciseCoverage
Source§impl Serialize for StartPreciseCoverage
impl Serialize for StartPreciseCoverage
impl StructuralPartialEq for StartPreciseCoverage
Auto Trait Implementations§
impl Freeze for StartPreciseCoverage
impl RefUnwindSafe for StartPreciseCoverage
impl Send for StartPreciseCoverage
impl Sync for StartPreciseCoverage
impl Unpin for StartPreciseCoverage
impl UnwindSafe for StartPreciseCoverage
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