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