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