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