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 moresource§impl Debug for DecoratorTemplate
impl Debug for DecoratorTemplate
source§impl PartialEq<DecoratorTemplate> for DecoratorTemplate
impl PartialEq<DecoratorTemplate> for DecoratorTemplate
source§fn eq(&self, other: &DecoratorTemplate) -> bool
fn eq(&self, other: &DecoratorTemplate) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for DecoratorTemplate
impl StructuralEq for DecoratorTemplate
impl StructuralPartialEq for DecoratorTemplate
Auto Trait Implementations§
impl RefUnwindSafe for DecoratorTemplate
impl Send for DecoratorTemplate
impl Sync for DecoratorTemplate
impl Unpin for DecoratorTemplate
impl UnwindSafe for DecoratorTemplate
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more