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

pub struct ResultObject {
    pub name: ResultName,
    pub id: ResultId,
    pub type_id: ResultId,
    pub props: Vec<ResultProperty>,
    pub observable: Rc<dyn Fn() -> ResultObservable>,
    pub summary: Rc<dyn Fn() -> ResultSource>,
}
Expand description

The simulation results represented by an object having properties.

Fields

name: ResultName

The object name.

id: ResultId

The object identifier.

type_id: ResultId

The object type identifier.

props: Vec<ResultProperty>

The object properties.

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

A combined signal if present.

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

A short version of the object, i.e. its 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.