pub struct BlockStmt {
pub l_brace: usize,
pub list: Vec<Stmt, Global>,
pub r_brace: usize,
}
Fields§
§l_brace: usize
§list: Vec<Stmt, Global>
§r_brace: usize
Implementations§
Trait Implementations§
Auto Trait Implementations§
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