pub struct SeqBlock {
pub scope: Option<BlockScope>,
pub statements: Vec<StatementId>,
}Fields§
§scope: Option<BlockScope>§statements: Vec<StatementId>Trait Implementations§
Auto Trait Implementations§
impl Freeze for SeqBlock
impl RefUnwindSafe for SeqBlock
impl Send for SeqBlock
impl Sync for SeqBlock
impl Unpin for SeqBlock
impl UnwindSafe for SeqBlock
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