Struct timely::progress::nested::subgraph::Source [−][src]
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 Copy for Sourceimpl Clone for Source[src]
impl Clone for Sourcefn clone(&self) -> Source[src]
fn clone(&self) -> SourceReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)Performs copy-assignment from source. Read more
impl Eq for Source[src]
impl Eq for Sourceimpl PartialEq for Source[src]
impl PartialEq for Sourcefn eq(&self, other: &Source) -> bool[src]
fn eq(&self, other: &Source) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Source) -> bool[src]
fn ne(&self, other: &Source) -> boolThis method tests for !=.
impl Ord for Source[src]
impl Ord for Sourcefn cmp(&self, other: &Source) -> Ordering[src]
fn cmp(&self, other: &Source) -> OrderingThis method returns an Ordering between self and other. Read more
fn max(self, other: Self) -> Self1.21.0[src]
fn max(self, other: Self) -> SelfCompares and returns the maximum of two values. Read more
fn min(self, other: Self) -> Self1.21.0[src]
fn min(self, other: Self) -> SelfCompares and returns the minimum of two values. Read more
impl PartialOrd for Source[src]
impl PartialOrd for Sourcefn partial_cmp(&self, other: &Source) -> Option<Ordering>[src]
fn partial_cmp(&self, other: &Source) -> Option<Ordering>This method returns an ordering between self and other values if one exists. Read more
fn lt(&self, other: &Source) -> bool[src]
fn lt(&self, other: &Source) -> boolThis method tests less than (for self and other) and is used by the < operator. Read more
fn le(&self, other: &Source) -> bool[src]
fn le(&self, other: &Source) -> boolThis method tests less than or equal to (for self and other) and is used by the <= operator. Read more
fn gt(&self, other: &Source) -> bool[src]
fn gt(&self, other: &Source) -> boolThis method tests greater than (for self and other) and is used by the > operator. Read more
fn ge(&self, other: &Source) -> bool[src]
fn ge(&self, other: &Source) -> boolThis method tests greater than or equal to (for self and other) and is used by the >= operator. Read more
impl Debug for Source[src]
impl Debug for Source