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