Struct handlebars::template::DecoratorTemplate
source · pub struct DecoratorTemplate {
pub name: Parameter,
pub params: Vec<Parameter>,
pub hash: HashMap<String, Parameter>,
pub template: Option<Template>,
pub indent: Option<String>,
}
Fields§
§name: Parameter
§params: Vec<Parameter>
§hash: HashMap<String, Parameter>
§template: Option<Template>
§indent: Option<String>
Implementations§
source§impl DecoratorTemplate
impl DecoratorTemplate
pub fn new(exp: ExpressionSpec) -> DecoratorTemplate
Trait Implementations§
source§impl Clone for DecoratorTemplate
impl Clone for DecoratorTemplate
source§fn clone(&self) -> DecoratorTemplate
fn clone(&self) -> DecoratorTemplate
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more