pub enum TimelyEventReference<R0, R1, R2, R3, R4, R5, R6, R7, R8> {
Operates(R0),
Channels(R1),
PushProgress(R2),
Messages(R3),
Schedule(R4),
Shutdown(R5),
CommChannels(R6),
Park(R7),
Text(R8),
}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.
CommChannels(R6)
Enum variant for #names.
Park(R7)
Enum variant for #names.
Text(R8)
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> Clone for TimelyEventReference<R0, R1, R2, R3, R4, R5, R6, R7, R8>
impl<R0: Clone, R1: Clone, R2: Clone, R3: Clone, R4: Clone, R5: Clone, R6: Clone, R7: Clone, R8: Clone> Clone for TimelyEventReference<R0, R1, R2, R3, R4, R5, R6, R7, R8>
Source§fn clone(&self) -> TimelyEventReference<R0, R1, R2, R3, R4, R5, R6, R7, R8>
fn clone(&self) -> TimelyEventReference<R0, R1, R2, R3, R4, R5, R6, R7, R8>
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl<R0: Debug, R1: Debug, R2: Debug, R3: Debug, R4: Debug, R5: Debug, R6: Debug, R7: Debug, R8: Debug> Debug for TimelyEventReference<R0, R1, R2, R3, R4, R5, R6, R7, R8>
impl<R0: Debug, R1: Debug, R2: Debug, R3: Debug, R4: Debug, R5: Debug, R6: Debug, R7: Debug, R8: Debug> Debug for TimelyEventReference<R0, R1, R2, R3, R4, R5, R6, R7, R8>
Source§impl<C0, C1, C2, C3, C4, C5, C6, C7, C8, R0, R1, R2, R3, R4, R5, R6, R7, R8> Push<TimelyEventReference<R0, R1, R2, R3, R4, R5, R6, R7, R8>> for TimelyEventContainer<C0, C1, C2, C3, C4, C5, C6, C7, C8>
impl<C0, C1, C2, C3, C4, C5, C6, C7, C8, R0, R1, R2, R3, R4, R5, R6, R7, R8> Push<TimelyEventReference<R0, R1, R2, R3, R4, R5, R6, R7, R8>> for TimelyEventContainer<C0, C1, C2, C3, C4, C5, C6, C7, C8>
Source§fn push(
&mut self,
item: TimelyEventReference<R0, R1, R2, R3, R4, R5, R6, R7, R8>,
)
fn push( &mut self, item: TimelyEventReference<R0, R1, R2, R3, R4, R5, R6, R7, R8>, )
Pushes an item onto
self.Source§fn extend(&mut self, iter: impl IntoIterator<Item = T>)
fn extend(&mut self, iter: impl IntoIterator<Item = T>)
Pushes elements of an iterator onto
self.impl<R0: Copy, R1: Copy, R2: Copy, R3: Copy, R4: Copy, R5: Copy, R6: Copy, R7: Copy, R8: Copy> Copy for TimelyEventReference<R0, R1, R2, R3, R4, R5, R6, R7, R8>
Auto Trait Implementations§
impl<R0, R1, R2, R3, R4, R5, R6, R7, R8> Freeze for TimelyEventReference<R0, R1, R2, R3, R4, R5, R6, R7, R8>
impl<R0, R1, R2, R3, R4, R5, R6, R7, R8> RefUnwindSafe for TimelyEventReference<R0, R1, R2, R3, R4, R5, R6, R7, R8>where
R0: RefUnwindSafe,
R1: RefUnwindSafe,
R2: RefUnwindSafe,
R3: RefUnwindSafe,
R4: RefUnwindSafe,
R5: RefUnwindSafe,
R6: RefUnwindSafe,
R7: RefUnwindSafe,
R8: RefUnwindSafe,
impl<R0, R1, R2, R3, R4, R5, R6, R7, R8> Send for TimelyEventReference<R0, R1, R2, R3, R4, R5, R6, R7, R8>
impl<R0, R1, R2, R3, R4, R5, R6, R7, R8> Sync for TimelyEventReference<R0, R1, R2, R3, R4, R5, R6, R7, R8>
impl<R0, R1, R2, R3, R4, R5, R6, R7, R8> Unpin for TimelyEventReference<R0, R1, R2, R3, R4, R5, R6, R7, R8>
impl<R0, R1, R2, R3, R4, R5, R6, R7, R8> UnsafeUnpin for TimelyEventReference<R0, R1, R2, R3, R4, R5, R6, R7, R8>where
R0: UnsafeUnpin,
R1: UnsafeUnpin,
R2: UnsafeUnpin,
R3: UnsafeUnpin,
R4: UnsafeUnpin,
R5: UnsafeUnpin,
R6: UnsafeUnpin,
R7: UnsafeUnpin,
R8: UnsafeUnpin,
impl<R0, R1, R2, R3, R4, R5, R6, R7, R8> UnwindSafe for TimelyEventReference<R0, R1, R2, R3, R4, R5, R6, R7, R8>where
R0: UnwindSafe,
R1: UnwindSafe,
R2: UnwindSafe,
R3: UnwindSafe,
R4: UnwindSafe,
R5: UnwindSafe,
R6: UnwindSafe,
R7: UnwindSafe,
R8: UnwindSafe,
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read more