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