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

pub struct TimelySetup {
    pub index: usize,
}

Identifier of the worker that generated a log line

Fields

index: usize

Worker index

Trait Implementations

impl Abomonation for TimelySetup[src]

impl Clone for TimelySetup[src]

impl Copy for TimelySetup[src]

impl Debug for TimelySetup[src]

impl<'de> Deserialize<'de> for TimelySetup[src]

impl Eq for TimelySetup[src]

impl Hash for TimelySetup[src]

impl PartialEq<TimelySetup> for TimelySetup[src]

impl Serialize for TimelySetup[src]

impl StructuralEq for TimelySetup[src]

impl StructuralPartialEq for TimelySetup[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Data for T where
    T: 'static + Clone
[src]

impl<T> Data for T where
    T: 'static + Send + Sync + Any + Abomonation
[src]

impl<T> DeserializeOwned for T where
    T: for<'de> Deserialize<'de>, 
[src]

impl<T> ExchangeData for T where
    T: Data + Data
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ProgressEventTimestamp for T where
    T: Data + Any + Debug
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.