Struct valkyrie_ast::TemplateInlineNode
source · pub struct TemplateInlineNode {
pub body: Vec<ExpressionKind>,
}Expand description
{% expression %}
Fields§
§body: Vec<ExpressionKind>The inline expression of template
Trait Implementations§
source§impl Clone for TemplateInlineNode
impl Clone for TemplateInlineNode
source§fn clone(&self) -> TemplateInlineNode
fn clone(&self) -> TemplateInlineNode
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 TemplateInlineNode
impl Debug for TemplateInlineNode
source§impl Hash for TemplateInlineNode
impl Hash for TemplateInlineNode
source§impl PartialEq for TemplateInlineNode
impl PartialEq for TemplateInlineNode
source§fn eq(&self, other: &TemplateInlineNode) -> bool
fn eq(&self, other: &TemplateInlineNode) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Eq for TemplateInlineNode
impl StructuralPartialEq for TemplateInlineNode
Auto Trait Implementations§
impl RefUnwindSafe for TemplateInlineNode
impl Send for TemplateInlineNode
impl Sync for TemplateInlineNode
impl Unpin for TemplateInlineNode
impl UnwindSafe for TemplateInlineNode
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