pub struct PhyTraceAgentHandle { /* private fields */ }Expand description
Opaque handle to a PhyTrace agent with an embedded tokio runtime.
Auto Trait Implementations§
impl !Freeze for PhyTraceAgentHandle
impl !RefUnwindSafe for PhyTraceAgentHandle
impl Send for PhyTraceAgentHandle
impl Sync for PhyTraceAgentHandle
impl Unpin for PhyTraceAgentHandle
impl !UnwindSafe for PhyTraceAgentHandle
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