pub struct ContextChargedForInstrumentation { /* private fields */ }
Expand description
The instance returned by precharge_for_instrumentation
.
Existence of the instance means that corresponding counters were
successfully charged for reinstrumentation of the code.
Trait Implementations§
source§impl From<ContextChargedForCode> for ContextChargedForInstrumentation
impl From<ContextChargedForCode> for ContextChargedForInstrumentation
source§fn from(context: ContextChargedForCode) -> Self
fn from(context: ContextChargedForCode) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl RefUnwindSafe for ContextChargedForInstrumentation
impl Send for ContextChargedForInstrumentation
impl Sync for ContextChargedForInstrumentation
impl Unpin for ContextChargedForInstrumentation
impl UnwindSafe for ContextChargedForInstrumentation
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