pub enum ForPattern<'tree> {
Lhs(Box<Lhs<'tree>>),
LeftAssignmentList(Box<LeftAssignmentList<'tree>>),
}Variants§
Trait Implementations§
Source§impl<'tree> Clone for ForPattern<'tree>
impl<'tree> Clone for ForPattern<'tree>
Source§fn clone(&self) -> ForPattern<'tree>
fn clone(&self) -> ForPattern<'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 ForPattern<'tree>
impl<'tree> Debug for ForPattern<'tree>
Source§impl<'tree> FromNode<'tree> for ForPattern<'tree>
impl<'tree> FromNode<'tree> for ForPattern<'tree>
Source§impl<'tree> PartialEq for ForPattern<'tree>
impl<'tree> PartialEq for ForPattern<'tree>
Source§impl Spanned for ForPattern<'_>
impl Spanned for ForPattern<'_>
impl<'tree> Eq for ForPattern<'tree>
impl<'tree> StructuralPartialEq for ForPattern<'tree>
Auto Trait Implementations§
impl<'tree> Freeze for ForPattern<'tree>
impl<'tree> RefUnwindSafe for ForPattern<'tree>
impl<'tree> Send for ForPattern<'tree>
impl<'tree> Sync for ForPattern<'tree>
impl<'tree> Unpin for ForPattern<'tree>
impl<'tree> UnsafeUnpin for ForPattern<'tree>
impl<'tree> UnwindSafe for ForPattern<'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