pub struct CommBlock {
pub pos: (usize, usize),
pub body: Vec<CommClause>,
}Fields§
§pos: (usize, usize)§body: Vec<CommClause>Trait Implementations§
Auto Trait Implementations§
impl Freeze for CommBlock
impl RefUnwindSafe for CommBlock
impl !Send for CommBlock
impl !Sync for CommBlock
impl Unpin for CommBlock
impl UnwindSafe for CommBlock
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