Struct timely::logging::TimelySetup [] [src]

pub struct TimelySetup {
    pub index: usize,
}

Identifier of the worker that generated a log line

Fields

Worker index

Trait Implementations

impl Abomonation for TimelySetup
[src]

[src]

Write any additional information about &self beyond its binary representation. Read more

[src]

Reports the number of further bytes required to entomb self.

[src]

Recover any information for &mut self not evident from its binary representation. Read more

impl Debug for TimelySetup
[src]

[src]

Formats the value using the given formatter. Read more

impl PartialEq for TimelySetup
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.

impl Eq for TimelySetup
[src]

impl Hash for TimelySetup
[src]

[src]

Feeds this value into the given [Hasher]. Read more

1.3.0
[src]

Feeds a slice of this type into the given [Hasher]. Read more

impl Clone for TimelySetup
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for TimelySetup
[src]