Struct subplotlib::scenario::ScenarioContext[][src]

pub struct ScenarioContext { /* fields omitted */ }
Expand description

A container for all scenario contexts

This container allows the running of code within a given scenario context.

Implementations

With the extracted immutable context, run the function f.

With the extracted mutable context, run the function f.

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.