Enum timely::logging::TimelyEventReference

source ·
pub enum TimelyEventReference<R0, R1, R2, R3, R4, R5, R6, R7, R8, R9, R10, R11, R12> {
Show 13 variants Operates(R0), Channels(R1), PushProgress(R2), Messages(R3), Schedule(R4), Shutdown(R5), Application(R6), GuardedMessage(R7), GuardedProgress(R8), CommChannels(R9), Input(R10), Park(R11), Text(R12),
}
Expand description

Reference for an enum.

Variants§

§

Operates(R0)

Enum variant for #names.

§

Channels(R1)

Enum variant for #names.

§

PushProgress(R2)

Enum variant for #names.

§

Messages(R3)

Enum variant for #names.

§

Schedule(R4)

Enum variant for #names.

§

Shutdown(R5)

Enum variant for #names.

§

Application(R6)

Enum variant for #names.

§

GuardedMessage(R7)

Enum variant for #names.

§

GuardedProgress(R8)

Enum variant for #names.

§

CommChannels(R9)

Enum variant for #names.

§

Input(R10)

Enum variant for #names.

§

Park(R11)

Enum variant for #names.

§

Text(R12)

Enum variant for #names.

Trait Implementations§

source§

impl<R0: Clone, R1: Clone, R2: Clone, R3: Clone, R4: Clone, R5: Clone, R6: Clone, R7: Clone, R8: Clone, R9: Clone, R10: Clone, R11: Clone, R12: Clone> Clone for TimelyEventReference<R0, R1, R2, R3, R4, R5, R6, R7, R8, R9, R10, R11, R12>

source§

fn clone( &self, ) -> TimelyEventReference<R0, R1, R2, R3, R4, R5, R6, R7, R8, R9, R10, R11, R12>

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl<R0: Debug, R1: Debug, R2: Debug, R3: Debug, R4: Debug, R5: Debug, R6: Debug, R7: Debug, R8: Debug, R9: Debug, R10: Debug, R11: Debug, R12: Debug> Debug for TimelyEventReference<R0, R1, R2, R3, R4, R5, R6, R7, R8, R9, R10, R11, R12>

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl<C0, C1, C2, C3, C4, C5, C6, C7, C8, C9, C10, C11, C12, R0, R1, R2, R3, R4, R5, R6, R7, R8, R9, R10, R11, R12> Push<TimelyEventReference<R0, R1, R2, R3, R4, R5, R6, R7, R8, R9, R10, R11, R12>> for TimelyEventContainer<C0, C1, C2, C3, C4, C5, C6, C7, C8, C9, C10, C11, C12>
where C0: Len + Push<R0>, C1: Len + Push<R1>, C2: Len + Push<R2>, C3: Len + Push<R3>, C4: Len + Push<R4>, C5: Len + Push<R5>, C6: Len + Push<R6>, C7: Len + Push<R7>, C8: Len + Push<R8>, C9: Len + Push<R9>, C10: Len + Push<R10>, C11: Len + Push<R11>, C12: Len + Push<R12>,

source§

fn push( &mut self, item: TimelyEventReference<R0, R1, R2, R3, R4, R5, R6, R7, R8, R9, R10, R11, R12>, )

Pushes an item onto self.
source§

fn extend(&mut self, iter: impl IntoIterator<Item = T>)

Pushes elements of an iterator onto self.
source§

impl<R0: Copy, R1: Copy, R2: Copy, R3: Copy, R4: Copy, R5: Copy, R6: Copy, R7: Copy, R8: Copy, R9: Copy, R10: Copy, R11: Copy, R12: Copy> Copy for TimelyEventReference<R0, R1, R2, R3, R4, R5, R6, R7, R8, R9, R10, R11, R12>

Auto Trait Implementations§

§

impl<R0, R1, R2, R3, R4, R5, R6, R7, R8, R9, R10, R11, R12> Freeze for TimelyEventReference<R0, R1, R2, R3, R4, R5, R6, R7, R8, R9, R10, R11, R12>
where R0: Freeze, R1: Freeze, R2: Freeze, R3: Freeze, R4: Freeze, R5: Freeze, R6: Freeze, R7: Freeze, R8: Freeze, R9: Freeze, R10: Freeze, R11: Freeze, R12: Freeze,

§

impl<R0, R1, R2, R3, R4, R5, R6, R7, R8, R9, R10, R11, R12> RefUnwindSafe for TimelyEventReference<R0, R1, R2, R3, R4, R5, R6, R7, R8, R9, R10, R11, R12>

§

impl<R0, R1, R2, R3, R4, R5, R6, R7, R8, R9, R10, R11, R12> Send for TimelyEventReference<R0, R1, R2, R3, R4, R5, R6, R7, R8, R9, R10, R11, R12>
where R0: Send, R1: Send, R2: Send, R3: Send, R4: Send, R5: Send, R6: Send, R7: Send, R8: Send, R9: Send, R10: Send, R11: Send, R12: Send,

§

impl<R0, R1, R2, R3, R4, R5, R6, R7, R8, R9, R10, R11, R12> Sync for TimelyEventReference<R0, R1, R2, R3, R4, R5, R6, R7, R8, R9, R10, R11, R12>
where R0: Sync, R1: Sync, R2: Sync, R3: Sync, R4: Sync, R5: Sync, R6: Sync, R7: Sync, R8: Sync, R9: Sync, R10: Sync, R11: Sync, R12: Sync,

§

impl<R0, R1, R2, R3, R4, R5, R6, R7, R8, R9, R10, R11, R12> Unpin for TimelyEventReference<R0, R1, R2, R3, R4, R5, R6, R7, R8, R9, R10, R11, R12>
where R0: Unpin, R1: Unpin, R2: Unpin, R3: Unpin, R4: Unpin, R5: Unpin, R6: Unpin, R7: Unpin, R8: Unpin, R9: Unpin, R10: Unpin, R11: Unpin, R12: Unpin,

§

impl<R0, R1, R2, R3, R4, R5, R6, R7, R8, R9, R10, R11, R12> UnwindSafe for TimelyEventReference<R0, R1, R2, R3, R4, R5, R6, R7, R8, R9, R10, R11, R12>

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> CloneToUninit for T
where T: Clone,

source§

default unsafe fn clone_to_uninit(&self, dst: *mut T)

🔬This is a nightly-only experimental API. (clone_to_uninit)
Performs copy-assignment from self to dst. Read more
source§

impl<T> CloneToUninit for T
where T: Copy,

source§

unsafe fn clone_to_uninit(&self, dst: *mut T)

🔬This is a nightly-only experimental API. (clone_to_uninit)
Performs copy-assignment from self to dst. Read more
source§

impl<T> CopyAs<T> for T

source§

fn copy_as(self) -> T

source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

source§

impl<T, U> Into<U> for T
where U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

source§

impl<T> ProgressEventTimestamp for T
where T: Data + Debug + Any,

source§

fn as_any(&self) -> &(dyn Any + 'static)

Upcasts this ProgressEventTimestamp to Any. Read more
source§

fn type_name(&self) -> &'static str

Returns the name of the concrete type of this object. Read more
source§

impl<T> ToOwned for T
where T: Clone,

§

type Owned = T

The resulting type after obtaining ownership.
source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

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

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
source§

impl<T> Data for T
where T: Clone + 'static,