Enum llvm_profparser::coverage::ExprKind
source · pub enum ExprKind {
Subtract,
Add,
}Expand description
This is the type of a counter expression. The equivalent type in llvm would be
CounterExpression::ExprKind an inner enum.
Variants§
Trait Implementations§
source§impl Ord for ExprKind
impl Ord for ExprKind
source§impl PartialEq<ExprKind> for ExprKind
impl PartialEq<ExprKind> for ExprKind
source§impl PartialOrd<ExprKind> for ExprKind
impl PartialOrd<ExprKind> for ExprKind
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self and other) and is used by the <=
operator. Read moreimpl Copy for ExprKind
impl Eq for ExprKind
impl StructuralEq for ExprKind
impl StructuralPartialEq for ExprKind
Auto Trait Implementations§
impl RefUnwindSafe for ExprKind
impl Send for ExprKind
impl Sync for ExprKind
impl Unpin for ExprKind
impl UnwindSafe for ExprKind
Blanket Implementations§
source§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.