Struct dvcompute_results::simulation::results::ResultVec[][src]

pub struct ResultVec {
    pub name: ResultName,
    pub id: ResultId,
    pub items: Vec<ResultSource>,
    pub subscript: Vec<ResultName>,
    pub observable: Rc<dyn Fn() -> ResultObservable>,
    pub summary: Rc<dyn Fn() -> ResultSource>,
}
Expand description

The simulation results represented by a vector.

Fields

name: ResultName

The vector name.

id: ResultId

The vector identifier.

items: Vec<ResultSource>

The results supplied by the vector items.

subscript: Vec<ResultName>

The subscript used as a suffix to create item names.

observable: Rc<dyn Fn() -> ResultObservable>

A combined signal if present.

summary: Rc<dyn Fn() -> ResultSource>

A short version of the vector, i.e. summary.

Implementations

Calculate the result vector signal.

Calculate the result vector summary.

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.

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.