pub struct RuntimeCore<'g> { /* private fields */ }
Expand description

Processing runtime for a template.

Implementations

Create a default RuntimeCore.

See RuntimeBuilder for more control.

Partial templates for inclusion.

Trait Implementations

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

Partial templates for inclusion.

The name of the currently active template.

All available values

Recursively index into the stack.

Recursively index into the stack.

Sets a value in the global runtime.

Used by increment and decrement tags

Used by increment and decrement tags

Unnamed state for plugins during rendering

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

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

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.