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 of the source operator.

Number of the output port from the operator.

Trait Implementations

impl Copy for Source
[src]

impl Clone for Source
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Eq for Source
[src]

impl PartialEq for Source
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.

impl Debug for Source
[src]

[src]

Formats the value using the given formatter.