pub struct Instrumentation { /* private fields */ }
Expand description
Contents of an Instrumentation packet, with data from a software application
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Instrumentation
impl RefUnwindSafe for Instrumentation
impl Send for Instrumentation
impl Sync for Instrumentation
impl Unpin for Instrumentation
impl UnwindSafe for Instrumentation
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