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

pub struct CacheEq<Fragment: ToOwned> { /* fields omitted */ }
Expand description

A Driver that caches the Resource if the Fragment doesn’t change at all.

Most of the time, the configuration is the same or almost the same ‒ so many Resources don’t need to be changed. This driver keeps the old instance of the Fragment and if the new one compares equal, it does nothing (eg. keeps the old instance of the Resource).

Trait Implementations

Formats the value using the given formatter. Read more

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 not followed and were dropped. 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

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.