Struct go_vm::parser::ast::CommClause
source · pub struct CommClause {
pub case: usize,
pub comm: Option<Stmt>,
pub colon: usize,
pub body: Vec<Stmt, Global>,
}
Fields§
§case: usize
§comm: Option<Stmt>
§colon: usize
§body: Vec<Stmt, Global>
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for CommClause
impl !Send for CommClause
impl !Sync for CommClause
impl Unpin for CommClause
impl UnwindSafe for CommClause
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