Struct planus_cli::codegen::templates::rust::Enum[][src]

pub struct Enum<'a>(pub &'a BackendEnum<RustBackend>);

Tuple Fields

0: &'a BackendEnum<RustBackend>

Trait Implementations

The resulting type after dereferencing.

Dereferences the value.

Formats the value using the given formatter. Read more

Renders the template to the given writer buffer

The template’s extension, if provided

Provides a conservative estimate of the expanded length of the rendered template

Helper method which allocates a new String and renders into it

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

Helper method which allocates a new String and renders into it

Renders the template to the given writer buffer

Helper function to inspect the template’s extension

Provides a conservative estimate of the expanded length of the rendered template

Performs the conversion.

Performs the conversion.

Converts the given value to a String. Read more

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.