Enum lsiotemplate::TemplateTypes [] [src]

pub enum TemplateTypes {
    String,
    File,
}

TemplateTypes

Variants

Trait Implementations

impl Debug for TemplateTypes
[src]

Formats the value using the given formatter.

impl Clone for TemplateTypes
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for TemplateTypes
[src]

impl PartialEq for TemplateTypes
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.