pub struct BodyAst {
pub statements: Vec<BodyStmt>,
}Fields§
§statements: Vec<BodyStmt>Trait Implementations§
impl Eq for BodyAst
impl StructuralPartialEq for BodyAst
Auto Trait Implementations§
impl Freeze for BodyAst
impl RefUnwindSafe for BodyAst
impl Send for BodyAst
impl Sync for BodyAst
impl Unpin for BodyAst
impl UnsafeUnpin for BodyAst
impl UnwindSafe for BodyAst
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