pub struct StatementBody {
pub blocks: Vec<Block>,
}Fields§
§blocks: Vec<Block>Trait Implementations§
Source§impl Debug for StatementBody
impl Debug for StatementBody
Source§impl PartialEq for StatementBody
impl PartialEq for StatementBody
impl StructuralPartialEq for StatementBody
Auto Trait Implementations§
impl Freeze for StatementBody
impl RefUnwindSafe for StatementBody
impl Send for StatementBody
impl Sync for StatementBody
impl Unpin for StatementBody
impl UnwindSafe for StatementBody
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