Struct flame::Thread [] [src]

pub struct Thread {
    pub id: usize,
    pub name: Option<String>,
    pub spans: Vec<Span>,
    // some fields omitted
}

A collection of events that happened on a single thread.

Fields

Methods

impl Thread
[src]

[src]

[src]

Trait Implementations

impl Debug for Thread
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for Thread
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for Thread

impl Sync for Thread