pub struct PureBlock {
pub stmts: Vec<PureStmt>,
}Expand description
A block of statements.
Fields§
§stmts: Vec<PureStmt>Statements in the block.
Implementations§
Trait Implementations§
impl Eq for PureBlock
impl StructuralPartialEq for PureBlock
Auto Trait Implementations§
impl Freeze for PureBlock
impl RefUnwindSafe for PureBlock
impl Send for PureBlock
impl Sync for PureBlock
impl Unpin for PureBlock
impl UnsafeUnpin for PureBlock
impl UnwindSafe for PureBlock
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