Struct timely::logging::CommChannelsEvent
source · pub struct CommChannelsEvent {
pub identifier: usize,
pub kind: CommChannelKind,
}
Expand description
Event on a communication channel
Fields§
§identifier: usize
Communication channel identifier
kind: CommChannelKind
Kind of communication channel (progress / data)
Trait Implementations§
source§impl Clone for CommChannelsEvent
impl Clone for CommChannelsEvent
source§fn clone(&self) -> CommChannelsEvent
fn clone(&self) -> CommChannelsEvent
Returns a copy 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 Columnar for CommChannelsEvent
impl Columnar for CommChannelsEvent
§type Ref<'a> = CommChannelsEventReference<<usize as Columnar>::Ref<'a>, <CommChannelKind as Columnar>::Ref<'a>>
where
usize: 'a,
CommChannelKind: 'a
type Ref<'a> = CommChannelsEventReference<<usize as Columnar>::Ref<'a>, <CommChannelKind as Columnar>::Ref<'a>> where usize: 'a, CommChannelKind: 'a
For each lifetime, a reference with that lifetime. Read more
source§fn copy_from<'a>(&mut self, other: Self::Ref<'a>)
fn copy_from<'a>(&mut self, other: Self::Ref<'a>)
Repopulates
self
from a reference. Read moresource§fn into_owned<'a>(other: Self::Ref<'a>) -> Self
fn into_owned<'a>(other: Self::Ref<'a>) -> Self
Produce an instance of
Self
from Self::Ref<'a>
.§type Container = CommChannelsEventContainer<<usize as Columnar>::Container, <CommChannelKind as Columnar>::Container>
type Container = CommChannelsEventContainer<<usize as Columnar>::Container, <CommChannelKind as Columnar>::Container>
The type that stores the columnar representation. Read more
source§fn as_columns<'a, I>(selves: I) -> Self::Containerwhere
I: IntoIterator<Item = &'a Self>,
Self: 'a,
fn as_columns<'a, I>(selves: I) -> Self::Containerwhere
I: IntoIterator<Item = &'a Self>,
Self: 'a,
Converts a sequence of the references to the type into columnar form.
source§fn into_columns<I>(selves: I) -> Self::Containerwhere
I: IntoIterator<Item = Self>,
Self: Sized,
fn into_columns<I>(selves: I) -> Self::Containerwhere
I: IntoIterator<Item = Self>,
Self: Sized,
Converts a sequence of the type into columnar form. Read more
source§impl Container<CommChannelsEvent> for CommChannelsEventContainer<<usize as Columnar>::Container, <CommChannelKind as Columnar>::Container>
impl Container<CommChannelsEvent> for CommChannelsEventContainer<<usize as Columnar>::Container, <CommChannelKind as Columnar>::Container>
§type Borrowed<'a> = CommChannelsEventContainer<<<usize as Columnar>::Container as Container<usize>>::Borrowed<'a>, <<CommChannelKind as Columnar>::Container as Container<CommChannelKind>>::Borrowed<'a>>
where
usize: 'a,
CommChannelKind: 'a
type Borrowed<'a> = CommChannelsEventContainer<<<usize as Columnar>::Container as Container<usize>>::Borrowed<'a>, <<CommChannelKind as Columnar>::Container as Container<CommChannelKind>>::Borrowed<'a>> where usize: 'a, CommChannelKind: 'a
The type of a borrowed container. Read more
source§impl Debug for CommChannelsEvent
impl Debug for CommChannelsEvent
source§impl<'de> Deserialize<'de> for CommChannelsEvent
impl<'de> Deserialize<'de> for CommChannelsEvent
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl From<CommChannelsEvent> for TimelyEvent
impl From<CommChannelsEvent> for TimelyEvent
source§fn from(v: CommChannelsEvent) -> TimelyEvent
fn from(v: CommChannelsEvent) -> TimelyEvent
Converts to this type from the input type.
source§impl Hash for CommChannelsEvent
impl Hash for CommChannelsEvent
source§impl Ord for CommChannelsEvent
impl Ord for CommChannelsEvent
source§fn cmp(&self, other: &CommChannelsEvent) -> Ordering
fn cmp(&self, other: &CommChannelsEvent) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl<R0, R1> PartialEq<CommChannelsEvent> for CommChannelsEventReference<R0, R1>
impl<R0, R1> PartialEq<CommChannelsEvent> for CommChannelsEventReference<R0, R1>
source§impl PartialEq for CommChannelsEvent
impl PartialEq for CommChannelsEvent
source§impl PartialOrd for CommChannelsEvent
impl PartialOrd for CommChannelsEvent
source§impl<'columnar, C0, C1> Push<&'columnar CommChannelsEvent> for CommChannelsEventContainer<C0, C1>
impl<'columnar, C0, C1> Push<&'columnar CommChannelsEvent> for CommChannelsEventContainer<C0, C1>
source§fn push(&mut self, item: &'columnar CommChannelsEvent)
fn push(&mut self, item: &'columnar CommChannelsEvent)
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
.source§impl<C0, C1> Push<CommChannelsEvent> for CommChannelsEventContainer<C0, C1>
impl<C0, C1> Push<CommChannelsEvent> for CommChannelsEventContainer<C0, C1>
source§fn push(&mut self, item: CommChannelsEvent)
fn push(&mut self, item: CommChannelsEvent)
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
.source§impl Serialize for CommChannelsEvent
impl Serialize for CommChannelsEvent
impl Eq for CommChannelsEvent
impl StructuralPartialEq for CommChannelsEvent
Auto Trait Implementations§
impl Freeze for CommChannelsEvent
impl RefUnwindSafe for CommChannelsEvent
impl Send for CommChannelsEvent
impl Sync for CommChannelsEvent
impl Unpin for CommChannelsEvent
impl UnwindSafe for CommChannelsEvent
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§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
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.