Struct planus_cli::codegen::templates::rust::Enum [−][src]
pub struct Enum<'a>(pub &'a BackendEnum<RustBackend>);Tuple Fields
0: &'a BackendEnum<RustBackend>Trait Implementations
type Target = BackendEnum<RustBackend>
type Target = BackendEnum<RustBackend>
The resulting type after dereferencing.
Dereferences the value.
Renders the template to the given writer buffer
Provides a conservative estimate of the expanded length of the rendered template
Auto Trait Implementations
impl<'a> RefUnwindSafe for Enum<'a>
impl<'a> UnwindSafe for Enum<'a>
Blanket Implementations
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
