pub enum ForInOfLeft {
VariableDeclaration(VariableDeclaration),
AssignmentTarget(AssignmentTarget),
}Variants§
VariableDeclaration(VariableDeclaration)
AssignmentTarget(AssignmentTarget)
Trait Implementations§
Source§impl Clone for ForInOfLeft
impl Clone for ForInOfLeft
Source§fn clone(&self) -> ForInOfLeft
fn clone(&self) -> ForInOfLeft
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 moreAuto Trait Implementations§
impl Freeze for ForInOfLeft
impl RefUnwindSafe for ForInOfLeft
impl Send for ForInOfLeft
impl Sync for ForInOfLeft
impl Unpin for ForInOfLeft
impl UnsafeUnpin for ForInOfLeft
impl UnwindSafe for ForInOfLeft
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