pub struct BlockStmt {
pub l_brace: Pos,
pub list: Vec<Stmt>,
pub r_brace: Pos,
}
Fields§
§l_brace: Pos
§list: Vec<Stmt>
§r_brace: Pos
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for BlockStmt
impl RefUnwindSafe for BlockStmt
impl !Send for BlockStmt
impl !Sync for BlockStmt
impl Unpin for BlockStmt
impl UnwindSafe for BlockStmt
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