pub enum StartPreciseCoverageMethod {
StartPreciseCoverage,
}Variants§
StartPreciseCoverage
Trait Implementations§
Source§impl Clone for StartPreciseCoverageMethod
impl Clone for StartPreciseCoverageMethod
Source§fn clone(&self) -> StartPreciseCoverageMethod
fn clone(&self) -> StartPreciseCoverageMethod
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 StartPreciseCoverageMethod
impl Debug for StartPreciseCoverageMethod
Source§impl<'de> Deserialize<'de> for StartPreciseCoverageMethod
impl<'de> Deserialize<'de> for StartPreciseCoverageMethod
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 StartPreciseCoverageMethod
Auto Trait Implementations§
impl Freeze for StartPreciseCoverageMethod
impl RefUnwindSafe for StartPreciseCoverageMethod
impl Send for StartPreciseCoverageMethod
impl Sync for StartPreciseCoverageMethod
impl Unpin for StartPreciseCoverageMethod
impl UnsafeUnpin for StartPreciseCoverageMethod
impl UnwindSafe for StartPreciseCoverageMethod
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