Struct spirit::fragment::driver::SilentOnceDriver[][src]

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

A driver that initializes just once, but unlike OnceDriver is silent about changed configurations.

This may be used for early but incomplete initialization of some global resource. It would then be paired with a pipeline doing a full load later in the chain (one such example might be initializing logging but without the background thread before daemonization, and doing full logging with background thread afterwards).

See the example in the daemonization chapter.

Trait Implementations

Returns the “default value” for a type. Read more

The smaller Fragment the driver cuts F into. Read more

Issues the instructions how to transition to the new fragment. Read more

Call to this method informs the Driver that the instructions returned by the last call to instructions were followed and the changes have taken place. Read more

Call to this method informs the Driver that the instructions returned by the last call to instructions were not followed and were dropped. Read more

Informs if there’s a chance the new fragment will use something in the Driver’s cache if applied. 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.

Turns self into the result.

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.