Struct go_parser::ast::CommClause
source · pub struct CommClause {
pub case: Pos,
pub comm: Option<Stmt>,
pub colon: Pos,
pub body: Vec<Stmt>,
}
Fields§
§case: Pos
§comm: Option<Stmt>
§colon: Pos
§body: Vec<Stmt>
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