pub struct ResolvedFunctionData {
pub parameters: Vec<ResolvedParameter>,
pub return_type: ResolvedType,
pub statements: Vec<ResolvedStatement>,
}
Fields§
§parameters: Vec<ResolvedParameter>
§return_type: ResolvedType
§statements: Vec<ResolvedStatement>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ResolvedFunctionData
impl !RefUnwindSafe for ResolvedFunctionData
impl !Send for ResolvedFunctionData
impl !Sync for ResolvedFunctionData
impl Unpin for ResolvedFunctionData
impl !UnwindSafe for ResolvedFunctionData
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