pub struct ArrayAccess<'tree> {
pub span: Span,
pub array: PrimaryExpression<'tree>,
pub index: Expression<'tree>,
}Fields§
§span: Span§array: PrimaryExpression<'tree>§index: Expression<'tree>Trait Implementations§
Source§impl<'tree> Clone for ArrayAccess<'tree>
impl<'tree> Clone for ArrayAccess<'tree>
Source§fn clone(&self) -> ArrayAccess<'tree>
fn clone(&self) -> ArrayAccess<'tree>
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<'tree> Debug for ArrayAccess<'tree>
impl<'tree> Debug for ArrayAccess<'tree>
Source§impl<'tree> FromNode<'tree> for ArrayAccess<'tree>
impl<'tree> FromNode<'tree> for ArrayAccess<'tree>
Auto Trait Implementations§
impl<'tree> Freeze for ArrayAccess<'tree>
impl<'tree> RefUnwindSafe for ArrayAccess<'tree>
impl<'tree> Send for ArrayAccess<'tree>
impl<'tree> Sync for ArrayAccess<'tree>
impl<'tree> Unpin for ArrayAccess<'tree>
impl<'tree> UnsafeUnpin for ArrayAccess<'tree>
impl<'tree> UnwindSafe for ArrayAccess<'tree>
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