pub struct OperatesSummaryEvent<TS> {
pub id: usize,
pub summary: Connectivity<TS>,
}
Expand description
The summary of internal connectivity of an Operate
implementor.
Fields§
§id: usize
Worker-unique identifier for the operator.
summary: Connectivity<TS>
Timestamp action summaries for (input, output) pairs.
Trait Implementations§
Source§impl<TS: Clone> Clone for OperatesSummaryEvent<TS>
impl<TS: Clone> Clone for OperatesSummaryEvent<TS>
Source§fn clone(&self) -> OperatesSummaryEvent<TS>
fn clone(&self) -> OperatesSummaryEvent<TS>
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<TS> Columnar for OperatesSummaryEvent<TS>
impl<TS> Columnar for OperatesSummaryEvent<TS>
Source§type Ref<'a> = OperatesSummaryEventReference<<usize as Columnar>::Ref<'a>, <Vec<PortConnectivity<TS>> as Columnar>::Ref<'a>>
where
usize: 'a,
Connectivity<TS>: 'a
type Ref<'a> = OperatesSummaryEventReference<<usize as Columnar>::Ref<'a>, <Vec<PortConnectivity<TS>> as Columnar>::Ref<'a>> where usize: 'a, Connectivity<TS>: 'a
For each lifetime, a reference with that lifetime. Read more
Source§type Container = OperatesSummaryEventContainer<<usize as Columnar>::Container, <Vec<PortConnectivity<TS>> as Columnar>::Container>
type Container = OperatesSummaryEventContainer<<usize as Columnar>::Container, <Vec<PortConnectivity<TS>> as Columnar>::Container>
The type that stores the columnar representation. 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>
.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<TS> Container<OperatesSummaryEvent<TS>> for OperatesSummaryEventContainer<<usize as Columnar>::Container, <Connectivity<TS> as Columnar>::Container>
impl<TS> Container<OperatesSummaryEvent<TS>> for OperatesSummaryEventContainer<<usize as Columnar>::Container, <Connectivity<TS> as Columnar>::Container>
Source§type Borrowed<'a> = OperatesSummaryEventContainer<<<usize as Columnar>::Container as Container<usize>>::Borrowed<'a>, <<Vec<PortConnectivity<TS>> as Columnar>::Container as Container<Vec<PortConnectivity<TS>>>>::Borrowed<'a>>
where
usize: 'a,
Connectivity<TS>: 'a
type Borrowed<'a> = OperatesSummaryEventContainer<<<usize as Columnar>::Container as Container<usize>>::Borrowed<'a>, <<Vec<PortConnectivity<TS>> as Columnar>::Container as Container<Vec<PortConnectivity<TS>>>>::Borrowed<'a>> where usize: 'a, Connectivity<TS>: 'a
The type of a borrowed container. Read more
Source§impl<TS: Debug> Debug for OperatesSummaryEvent<TS>
impl<TS: Debug> Debug for OperatesSummaryEvent<TS>
Source§impl<'de, TS> Deserialize<'de> for OperatesSummaryEvent<TS>where
TS: Deserialize<'de>,
impl<'de, TS> Deserialize<'de> for OperatesSummaryEvent<TS>where
TS: Deserialize<'de>,
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<TS, R0, R1> PartialEq<OperatesSummaryEvent<TS>> for OperatesSummaryEventReference<R0, R1>
impl<TS, R0, R1> PartialEq<OperatesSummaryEvent<TS>> for OperatesSummaryEventReference<R0, R1>
Source§impl<TS: PartialEq> PartialEq for OperatesSummaryEvent<TS>
impl<TS: PartialEq> PartialEq for OperatesSummaryEvent<TS>
Source§impl<'columnar, TS, C0, C1> Push<&'columnar OperatesSummaryEvent<TS>> for OperatesSummaryEventContainer<C0, C1>
impl<'columnar, TS, C0, C1> Push<&'columnar OperatesSummaryEvent<TS>> for OperatesSummaryEventContainer<C0, C1>
Source§fn push(&mut self, item: &'columnar OperatesSummaryEvent<TS>)
fn push(&mut self, item: &'columnar OperatesSummaryEvent<TS>)
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<TS, C0, C1> Push<OperatesSummaryEvent<TS>> for OperatesSummaryEventContainer<C0, C1>
impl<TS, C0, C1> Push<OperatesSummaryEvent<TS>> for OperatesSummaryEventContainer<C0, C1>
Source§fn push(&mut self, item: OperatesSummaryEvent<TS>)
fn push(&mut self, item: OperatesSummaryEvent<TS>)
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<TS> Serialize for OperatesSummaryEvent<TS>where
TS: Serialize,
impl<TS> Serialize for OperatesSummaryEvent<TS>where
TS: Serialize,
impl<TS: Eq> Eq for OperatesSummaryEvent<TS>
impl<TS> StructuralPartialEq for OperatesSummaryEvent<TS>
Auto Trait Implementations§
impl<TS> Freeze for OperatesSummaryEvent<TS>
impl<TS> RefUnwindSafe for OperatesSummaryEvent<TS>where
TS: RefUnwindSafe,
impl<TS> Send for OperatesSummaryEvent<TS>where
TS: Send,
impl<TS> Sync for OperatesSummaryEvent<TS>where
TS: Sync,
impl<TS> Unpin for OperatesSummaryEvent<TS>
impl<TS> UnwindSafe for OperatesSummaryEvent<TS>where
TS: RefUnwindSafe,
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<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.