pub enum FuncInstrMode {
Entry,
Exit,
}
Expand description
Mode of Function in case the function is mark as instrumented
Variants§
Trait Implementations§
Source§impl Clone for FuncInstrMode
impl Clone for FuncInstrMode
Source§fn clone(&self) -> FuncInstrMode
fn clone(&self) -> FuncInstrMode
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 moreAuto Trait Implementations§
impl Freeze for FuncInstrMode
impl RefUnwindSafe for FuncInstrMode
impl Send for FuncInstrMode
impl Sync for FuncInstrMode
impl Unpin for FuncInstrMode
impl UnwindSafe for FuncInstrMode
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