pub struct TracerHandle {
pub platform: Platform,
pub id: String,
}Expand description
Handle to an attached tracer.
Fields§
§platform: PlatformPlatform that owns this tracer.
id: StringTracer identifier.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TracerHandle
impl RefUnwindSafe for TracerHandle
impl Send for TracerHandle
impl Sync for TracerHandle
impl Unpin for TracerHandle
impl UnwindSafe for TracerHandle
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