pub struct TwigVerbatimEndingBlock { /* private fields */ }
Trait Implementations§
Source§impl AstNode for TwigVerbatimEndingBlock
impl AstNode for TwigVerbatimEndingBlock
type Language = TemplateLanguage
fn can_cast(kind: <Self::Language as Language>::Kind) -> boolwhere
Self: Sized,
fn cast(node: SyntaxNode<Self::Language>) -> Option<Self>where
Self: Sized,
fn syntax(&self) -> &SyntaxNode<Self::Language>
fn clone_for_update(&self) -> Selfwhere
Self: Sized,
fn clone_subtree(&self) -> Selfwhere
Self: Sized,
Source§impl Clone for TwigVerbatimEndingBlock
impl Clone for TwigVerbatimEndingBlock
Source§fn clone(&self) -> TwigVerbatimEndingBlock
fn clone(&self) -> TwigVerbatimEndingBlock
Returns a duplicate 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 TwigVerbatimEndingBlock
impl Debug for TwigVerbatimEndingBlock
Source§impl Display for TwigVerbatimEndingBlock
impl Display for TwigVerbatimEndingBlock
Source§impl Hash for TwigVerbatimEndingBlock
impl Hash for TwigVerbatimEndingBlock
Source§impl PartialEq for TwigVerbatimEndingBlock
impl PartialEq for TwigVerbatimEndingBlock
impl Eq for TwigVerbatimEndingBlock
impl StructuralPartialEq for TwigVerbatimEndingBlock
Auto Trait Implementations§
impl Freeze for TwigVerbatimEndingBlock
impl !RefUnwindSafe for TwigVerbatimEndingBlock
impl !Send for TwigVerbatimEndingBlock
impl !Sync for TwigVerbatimEndingBlock
impl Unpin for TwigVerbatimEndingBlock
impl !UnwindSafe for TwigVerbatimEndingBlock
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