Struct valkyrie_ast::TemplateCommentNode
source · pub struct TemplateCommentNode { /* private fields */ }Expand description
{# any text as comment #}
Trait Implementations§
source§impl Clone for TemplateCommentNode
impl Clone for TemplateCommentNode
source§fn clone(&self) -> TemplateCommentNode
fn clone(&self) -> TemplateCommentNode
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 TemplateCommentNode
impl Debug for TemplateCommentNode
source§impl Hash for TemplateCommentNode
impl Hash for TemplateCommentNode
source§impl PartialEq for TemplateCommentNode
impl PartialEq for TemplateCommentNode
source§fn eq(&self, other: &TemplateCommentNode) -> bool
fn eq(&self, other: &TemplateCommentNode) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Eq for TemplateCommentNode
impl StructuralPartialEq for TemplateCommentNode
Auto Trait Implementations§
impl RefUnwindSafe for TemplateCommentNode
impl Send for TemplateCommentNode
impl Sync for TemplateCommentNode
impl Unpin for TemplateCommentNode
impl UnwindSafe for TemplateCommentNode
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