Struct caminos_lib::topology::multistage::StageBuilderArgument[][src]

pub struct StageBuilderArgument<'a> {
    pub cv: &'a ConfigurationValue,
    pub plugs: &'a Plugs,
    pub rng: &'a RefCell<StdRng>,
}

Fields

cv: &'a ConfigurationValue

A ConfigurationValue::Object defining the topology.

plugs: &'a Plugs

The user defined plugs. In case the topology needs to create elements.

rng: &'a RefCell<StdRng>

The random number generator to use.

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.