pub struct DecoratorTemplate {
pub name: Parameter,
pub params: Vec<Parameter, Global>,
pub hash: HashMap<String, Parameter, RandomState>,
pub template: Option<Template>,
pub indent: Option<String>,
}
Fields§
§name: Parameter
§params: Vec<Parameter, Global>
§hash: HashMap<String, Parameter, RandomState>
§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<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
§impl<T> IntoCollection<T> for T
impl<T> IntoCollection<T> for T
§fn into_collection<A>(self) -> SmallVec<A>where
A: Array<Item = T>,
fn into_collection<A>(self) -> SmallVec<A>where A: Array<Item = T>,
Converts
self
into a collection.