pub struct TwigFlush { /* private fields */ }
Trait Implementations§
Source§impl AstNode for TwigFlush
impl AstNode for TwigFlush
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,
impl Eq for TwigFlush
impl StructuralPartialEq for TwigFlush
Auto Trait Implementations§
impl Freeze for TwigFlush
impl !RefUnwindSafe for TwigFlush
impl !Send for TwigFlush
impl !Sync for TwigFlush
impl Unpin for TwigFlush
impl !UnwindSafe for TwigFlush
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