Struct timely::progress::nested::subgraph::Source
[−]
[src]
pub struct Source {
pub index: usize,
pub port: usize,
}Names a source of a data stream.
A source of data is either a child output, or an input from a parent.
Conventionally, index zero is used for parent input.
Fields
index: usize
Index of the source operator.
port: usize
Number of the output port from the operator.
Trait Implementations
impl Copy for Source[src]
impl Clone for Source[src]
fn clone(&self) -> Source
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more
impl Eq for Source[src]
impl PartialEq for Source[src]
fn eq(&self, __arg_0: &Source) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &Source) -> bool
This method tests for !=.