pub struct FunctionSubroutineCall<'a>(pub SubroutineCall<'a>);Tuple Fields§
§0: SubroutineCall<'a>Implementations§
Source§impl<'a: 'b, 'b> FunctionSubroutineCall<'a>
impl<'a: 'b, 'b> FunctionSubroutineCall<'a>
Sourcepub fn iter(&'b self) -> NodeIter<'a, 'b> ⓘ
pub fn iter(&'b self) -> NodeIter<'a, 'b> ⓘ
Iterate across the FunctionSubroutineCall and its children
Trait Implementations§
Source§impl<'a> Clone for FunctionSubroutineCall<'a>
impl<'a> Clone for FunctionSubroutineCall<'a>
Source§fn clone(&self) -> FunctionSubroutineCall<'a>
fn clone(&self) -> FunctionSubroutineCall<'a>
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 FunctionSubroutineCall<'a>
impl<'a> Debug for FunctionSubroutineCall<'a>
Source§impl<'a: 'b, 'b> From<&'b FunctionSubroutineCall<'a>> for Node<'a, 'b>
impl<'a: 'b, 'b> From<&'b FunctionSubroutineCall<'a>> for Node<'a, 'b>
Source§fn from(value: &'b FunctionSubroutineCall<'a>) -> Self
fn from(value: &'b FunctionSubroutineCall<'a>) -> Self
Converts to this type from the input type.
Source§impl<'a: 'b, 'b> IntoIterator for &'b FunctionSubroutineCall<'a>
impl<'a: 'b, 'b> IntoIterator for &'b FunctionSubroutineCall<'a>
Source§impl<'a: 'b, 'b> Nodes<'a, 'b> for FunctionSubroutineCall<'a>
impl<'a: 'b, 'b> Nodes<'a, 'b> for FunctionSubroutineCall<'a>
Source§impl<'a> PartialEq for FunctionSubroutineCall<'a>
impl<'a> PartialEq for FunctionSubroutineCall<'a>
Source§fn eq(&self, other: &FunctionSubroutineCall<'a>) -> bool
fn eq(&self, other: &FunctionSubroutineCall<'a>) -> bool
Tests for
self and other values to be equal, and is used by ==.impl<'a> StructuralPartialEq for FunctionSubroutineCall<'a>
Auto Trait Implementations§
impl<'a> Freeze for FunctionSubroutineCall<'a>
impl<'a> RefUnwindSafe for FunctionSubroutineCall<'a>
impl<'a> Send for FunctionSubroutineCall<'a>
impl<'a> Sync for FunctionSubroutineCall<'a>
impl<'a> Unpin for FunctionSubroutineCall<'a>
impl<'a> UnsafeUnpin for FunctionSubroutineCall<'a>
impl<'a> UnwindSafe for FunctionSubroutineCall<'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