Struct rtlola_hir::hir::selector::StreamSelector[][src]

pub struct StreamSelector<'a, M: HirMode + TypedTrait, S: Selectable> { /* fields omitted */ }
Expand description

A StreamSelector combines different selectors to extract specific stream classes from the Hir. It captures a subset of output streams, where each stream matches all selectors of the StreamSelector.

Implementations

Selects streams with a filter condition.

Selects streams without a filter condition.

Selects streams with the filter behaviour specified by the FilterSelector.

Selects streams with periodic evaluation pacing.

Selects streams with event-based evaluation pacing.

Selects streams with an evaluation pacing matching the PacingSelector.

Construct the represented subset of output streams matching the given selections.

Creates a new StreamSelector matching all output streams.

Selects statically created streams. I.e. only streams without a spawn condition.

Selects dynamically created streams. I.e. only streams with a spawn condition.

Selects streams with a periodic spawn pacing.

Selects streams with a event-based spawn pacing.

Selects streams with a spawn pacing matching the PacingSelector.

Selects streams with a closing behaviour matching the CloseSelector

Selects streams with parameters

Selects streams without parameters

Selects streams with a parameter configuration matching the ParameterSelector

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

Should always be Self

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.