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