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