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