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