Struct swc_ecma_ast::ForInStmt
source · [−]pub struct ForInStmt {
pub span: Span,
pub left: VarDeclOrPat,
pub right: Box<Expr>,
pub body: Box<Stmt>,
}
Fields
span: Span
left: VarDeclOrPat
right: Box<Expr>
body: Box<Stmt>
Trait Implementations
sourceimpl<'de> Deserialize<'de> for ForInStmt
impl<'de> Deserialize<'de> for ForInStmt
sourcefn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
sourceimpl EqIgnoreSpan for ForInStmt
impl EqIgnoreSpan for ForInStmt
fn eq_ignore_span(&self, other: &Self) -> bool
impl Eq for ForInStmt
impl StructuralEq for ForInStmt
impl StructuralPartialEq for ForInStmt
Auto Trait Implementations
impl RefUnwindSafe for ForInStmt
impl Send for ForInStmt
impl Sync for ForInStmt
impl Unpin for ForInStmt
impl UnwindSafe for ForInStmt
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more