pub struct StartPreciseCoverageBuilder { /* private fields */ }Implementations§
Source§impl StartPreciseCoverageBuilder
impl StartPreciseCoverageBuilder
pub fn call_count(self, call_count: impl Into<bool>) -> Self
pub fn detailed(self, detailed: impl Into<bool>) -> Self
pub fn allow_triggered_updates( self, allow_triggered_updates: impl Into<bool>, ) -> Self
pub fn build(self) -> StartPreciseCoverage
Trait Implementations§
Source§impl Clone for StartPreciseCoverageBuilder
impl Clone for StartPreciseCoverageBuilder
Source§fn clone(&self) -> StartPreciseCoverageBuilder
fn clone(&self) -> StartPreciseCoverageBuilder
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 Default for StartPreciseCoverageBuilder
impl Default for StartPreciseCoverageBuilder
Source§fn default() -> StartPreciseCoverageBuilder
fn default() -> StartPreciseCoverageBuilder
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for StartPreciseCoverageBuilder
impl RefUnwindSafe for StartPreciseCoverageBuilder
impl Send for StartPreciseCoverageBuilder
impl Sync for StartPreciseCoverageBuilder
impl Unpin for StartPreciseCoverageBuilder
impl UnsafeUnpin for StartPreciseCoverageBuilder
impl UnwindSafe for StartPreciseCoverageBuilder
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