Struct go_vm::parser::ast::TypeSwitchStmt
source · pub struct TypeSwitchStmt {
pub switch: usize,
pub init: Option<Stmt>,
pub assign: Stmt,
pub body: Rc<BlockStmt, Global>,
}
Fields§
§switch: usize
§init: Option<Stmt>
§assign: Stmt
§body: Rc<BlockStmt, Global>
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for TypeSwitchStmt
impl !Send for TypeSwitchStmt
impl !Sync for TypeSwitchStmt
impl Unpin for TypeSwitchStmt
impl UnwindSafe for TypeSwitchStmt
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