pub enum ForInStatementKind {
Await(Span),
Const(Span),
Let(Span),
Using(Span),
Var(Span),
}Variants§
Trait Implementations§
Source§impl Clone for ForInStatementKind
impl Clone for ForInStatementKind
Source§fn clone(&self) -> ForInStatementKind
fn clone(&self) -> ForInStatementKind
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 Debug for ForInStatementKind
impl Debug for ForInStatementKind
Source§impl<'tree> FromNode<'tree> for ForInStatementKind
impl<'tree> FromNode<'tree> for ForInStatementKind
Auto Trait Implementations§
impl Freeze for ForInStatementKind
impl RefUnwindSafe for ForInStatementKind
impl Send for ForInStatementKind
impl Sync for ForInStatementKind
impl Unpin for ForInStatementKind
impl UnsafeUnpin for ForInStatementKind
impl UnwindSafe for ForInStatementKind
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