Enum valkyrie_ast::TemplateLineType
source · pub enum TemplateLineType {
Clear,
}Expand description
{%=-_ ... _-=%}
Variants§
Clear
{% a %}
Trait Implementations§
source§impl Clone for TemplateLineType
impl Clone for TemplateLineType
source§fn clone(&self) -> TemplateLineType
fn clone(&self) -> TemplateLineType
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 TemplateLineType
impl Debug for TemplateLineType
source§impl Hash for TemplateLineType
impl Hash for TemplateLineType
source§impl PartialEq for TemplateLineType
impl PartialEq for TemplateLineType
source§fn eq(&self, other: &TemplateLineType) -> bool
fn eq(&self, other: &TemplateLineType) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for TemplateLineType
impl Eq for TemplateLineType
impl StructuralPartialEq for TemplateLineType
Auto Trait Implementations§
impl RefUnwindSafe for TemplateLineType
impl Send for TemplateLineType
impl Sync for TemplateLineType
impl Unpin for TemplateLineType
impl UnwindSafe for TemplateLineType
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