pub struct ShBlock {
pub stmts: Vec<ShStmt>,
}
Fields§
§stmts: Vec<ShStmt>
Implementations§
Trait Implementations§
impl StructuralPartialEq for ShBlock
Auto Trait Implementations§
impl Freeze for ShBlock
impl RefUnwindSafe for ShBlock
impl Send for ShBlock
impl Sync for ShBlock
impl Unpin for ShBlock
impl UnwindSafe for ShBlock
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