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