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