pub struct ArrayManipulationCall<'a>(pub ArrayMethodName<'a>, pub Vec<AttributeInstance<'a>>, pub Option<(Metadata<'a>, ListOfArguments<'a>, Metadata<'a>)>, pub Option<(Metadata<'a>, Metadata<'a>, Expression<'a>, Metadata<'a>)>);Tuple Fields§
§0: ArrayMethodName<'a>§1: Vec<AttributeInstance<'a>>§2: Option<(Metadata<'a>, ListOfArguments<'a>, Metadata<'a>)>§3: Option<(Metadata<'a>, Metadata<'a>, Expression<'a>, Metadata<'a>)>Implementations§
Source§impl<'a: 'b, 'b> ArrayManipulationCall<'a>
impl<'a: 'b, 'b> ArrayManipulationCall<'a>
Sourcepub fn iter(&'b self) -> NodeIter<'a, 'b> ⓘ
pub fn iter(&'b self) -> NodeIter<'a, 'b> ⓘ
Iterate across the ArrayManipulationCall and its children
Trait Implementations§
Source§impl<'a> Clone for ArrayManipulationCall<'a>
impl<'a> Clone for ArrayManipulationCall<'a>
Source§fn clone(&self) -> ArrayManipulationCall<'a>
fn clone(&self) -> ArrayManipulationCall<'a>
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<'a> Debug for ArrayManipulationCall<'a>
impl<'a> Debug for ArrayManipulationCall<'a>
Source§impl<'a: 'b, 'b> From<&'b ArrayManipulationCall<'a>> for Node<'a, 'b>
impl<'a: 'b, 'b> From<&'b ArrayManipulationCall<'a>> for Node<'a, 'b>
Source§fn from(value: &'b ArrayManipulationCall<'a>) -> Self
fn from(value: &'b ArrayManipulationCall<'a>) -> Self
Converts to this type from the input type.
Source§impl<'a: 'b, 'b> IntoIterator for &'b ArrayManipulationCall<'a>
impl<'a: 'b, 'b> IntoIterator for &'b ArrayManipulationCall<'a>
Source§impl<'a: 'b, 'b> Nodes<'a, 'b> for ArrayManipulationCall<'a>
impl<'a: 'b, 'b> Nodes<'a, 'b> for ArrayManipulationCall<'a>
Source§impl<'a> PartialEq for ArrayManipulationCall<'a>
impl<'a> PartialEq for ArrayManipulationCall<'a>
impl<'a> StructuralPartialEq for ArrayManipulationCall<'a>
Auto Trait Implementations§
impl<'a> Freeze for ArrayManipulationCall<'a>
impl<'a> RefUnwindSafe for ArrayManipulationCall<'a>
impl<'a> Send for ArrayManipulationCall<'a>
impl<'a> Sync for ArrayManipulationCall<'a>
impl<'a> Unpin for ArrayManipulationCall<'a>
impl<'a> UnsafeUnpin for ArrayManipulationCall<'a>
impl<'a> UnwindSafe for ArrayManipulationCall<'a>
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