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 Freeze for CommClause
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