pub enum ForLeft {
Declaration(VariableDeclaration),
Pattern(Pattern),
}Expand description
The left-hand side of for-in / for-of.
Variants§
Trait Implementations§
impl Eq for ForLeft
impl StructuralPartialEq for ForLeft
Auto Trait Implementations§
impl Freeze for ForLeft
impl RefUnwindSafe for ForLeft
impl Send for ForLeft
impl Sync for ForLeft
impl Unpin for ForLeft
impl UnsafeUnpin for ForLeft
impl UnwindSafe for ForLeft
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