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