Expand description
This message contains information for registering threads (including a program’s main thread).
Fields
time: Duration
A system time for when this thread registered itself as being traced with FunctionTrace.
program_name: String
The program name this thread corresponds to.
pid: usize
The process this thread belongs to.
Trait Implementations
sourceimpl Debug for ThreadRegistration
impl Debug for ThreadRegistration
sourceimpl<'de> Deserialize<'de> for ThreadRegistration
impl<'de> Deserialize<'de> for ThreadRegistration
sourcefn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
impl RefUnwindSafe for ThreadRegistration
impl Send for ThreadRegistration
impl Sync for ThreadRegistration
impl Unpin for ThreadRegistration
impl UnwindSafe for ThreadRegistration
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more