pub enum SystemChannel {
TimeEvents,
ExecEvents,
ExecCommands,
DataEvents,
DataCommands,
}Expand description
A monitored message channel feeding the runner event loop.
Each variant identifies an engine-facing channel tracked by the queue monitor.
Variants§
Trait Implementations§
Source§impl Clone for SystemChannel
impl Clone for SystemChannel
Source§fn clone(&self) -> SystemChannel
fn clone(&self) -> SystemChannel
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for SystemChannel
Source§impl Debug for SystemChannel
impl Debug for SystemChannel
impl Eq for SystemChannel
Source§impl Hash for SystemChannel
impl Hash for SystemChannel
Source§impl PartialEq for SystemChannel
impl PartialEq for SystemChannel
impl StructuralPartialEq for SystemChannel
Auto Trait Implementations§
impl Freeze for SystemChannel
impl RefUnwindSafe for SystemChannel
impl Send for SystemChannel
impl Sync for SystemChannel
impl Unpin for SystemChannel
impl UnsafeUnpin for SystemChannel
impl UnwindSafe for SystemChannel
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
impl<ST, DT> CastableFrom<ST, Initialized, Initialized> for DT
impl<ST, DT> CastableFrom<ST, Uninit, Uninit> for DT
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.