pub struct FunctionWithBody {
pub declaration: FunctionDeclaration,
pub body: Expression,
pub constants: Vec<ConstantInfo>,
}
Fields§
§declaration: FunctionDeclaration
§body: Expression
§constants: Vec<ConstantInfo>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FunctionWithBody
impl RefUnwindSafe for FunctionWithBody
impl Send for FunctionWithBody
impl Sync for FunctionWithBody
impl Unpin for FunctionWithBody
impl UnwindSafe for FunctionWithBody
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