pub enum InstrumentationMode {
Before,
After,
Alternate,
SemanticAfter,
BlockEntry,
BlockExit,
BlockAlt,
}
Expand description
Mode of Instruction in case the instruction is marked as Instrumented
Variants§
Trait Implementations§
Source§impl Clone for InstrumentationMode
impl Clone for InstrumentationMode
Source§fn clone(&self) -> InstrumentationMode
fn clone(&self) -> InstrumentationMode
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 InstrumentationMode
impl Debug for InstrumentationMode
Source§impl Hash for InstrumentationMode
impl Hash for InstrumentationMode
Source§impl PartialEq for InstrumentationMode
impl PartialEq for InstrumentationMode
impl Copy for InstrumentationMode
impl Eq for InstrumentationMode
impl StructuralPartialEq for InstrumentationMode
Auto Trait Implementations§
impl Freeze for InstrumentationMode
impl RefUnwindSafe for InstrumentationMode
impl Send for InstrumentationMode
impl Sync for InstrumentationMode
impl Unpin for InstrumentationMode
impl UnwindSafe for InstrumentationMode
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,
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.