pub struct TwigVerbatimStartingBlock { /* private fields */ }
Trait Implementations§
Source§impl AstNode for TwigVerbatimStartingBlock
impl AstNode for TwigVerbatimStartingBlock
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 TwigVerbatimStartingBlock
impl Clone for TwigVerbatimStartingBlock
Source§fn clone(&self) -> TwigVerbatimStartingBlock
fn clone(&self) -> TwigVerbatimStartingBlock
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 TwigVerbatimStartingBlock
impl Debug for TwigVerbatimStartingBlock
Source§impl Display for TwigVerbatimStartingBlock
impl Display for TwigVerbatimStartingBlock
Source§impl Hash for TwigVerbatimStartingBlock
impl Hash for TwigVerbatimStartingBlock
impl Eq for TwigVerbatimStartingBlock
impl StructuralPartialEq for TwigVerbatimStartingBlock
Auto Trait Implementations§
impl Freeze for TwigVerbatimStartingBlock
impl !RefUnwindSafe for TwigVerbatimStartingBlock
impl !Send for TwigVerbatimStartingBlock
impl !Sync for TwigVerbatimStartingBlock
impl Unpin for TwigVerbatimStartingBlock
impl !UnwindSafe for TwigVerbatimStartingBlock
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