#[repr(C)]pub struct Instrumentation { /* private fields */ }
Trait Implementations§
Source§impl ExternType for Instrumentation
impl ExternType for Instrumentation
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