Enum cargo_tarpaulin::config::types::TraceEngine
source · pub enum TraceEngine {
Auto,
Ptrace,
Llvm,
}
Variants§
Implementations§
source§impl TraceEngine
impl TraceEngine
pub const fn supported() -> &'static [TraceEngine]
Trait Implementations§
source§impl Clone for TraceEngine
impl Clone for TraceEngine
source§fn clone(&self) -> TraceEngine
fn clone(&self) -> TraceEngine
Returns a copy 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 TraceEngine
impl Debug for TraceEngine
source§impl Default for TraceEngine
impl Default for TraceEngine
source§fn default() -> TraceEngine
fn default() -> TraceEngine
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for TraceEngine
impl<'de> Deserialize<'de> for TraceEngine
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 Hash for TraceEngine
impl Hash for TraceEngine
source§impl Ord for TraceEngine
impl Ord for TraceEngine
source§fn cmp(&self, other: &TraceEngine) -> Ordering
fn cmp(&self, other: &TraceEngine) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl PartialEq for TraceEngine
impl PartialEq for TraceEngine
source§impl PartialOrd for TraceEngine
impl PartialOrd for TraceEngine
source§impl Serialize for TraceEngine
impl Serialize for TraceEngine
source§impl ValueEnum for TraceEngine
impl ValueEnum for TraceEngine
impl Copy for TraceEngine
impl Eq for TraceEngine
impl StructuralPartialEq for TraceEngine
Auto Trait Implementations§
impl Freeze for TraceEngine
impl RefUnwindSafe for TraceEngine
impl Send for TraceEngine
impl Sync for TraceEngine
impl Unpin for TraceEngine
impl UnwindSafe for TraceEngine
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.