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