pub struct ResolvedInternalFunctionDefinition {
pub body: ResolvedExpression,
pub name: ResolvedLocalIdentifier,
pub signature: FunctionTypeSignature,
pub constants: Vec<ResolvedConstantRef>,
}
Fields§
§body: ResolvedExpression
§name: ResolvedLocalIdentifier
§signature: FunctionTypeSignature
§constants: Vec<ResolvedConstantRef>
Trait Implementations§
impl Eq for ResolvedInternalFunctionDefinition
Auto Trait Implementations§
impl Freeze for ResolvedInternalFunctionDefinition
impl !RefUnwindSafe for ResolvedInternalFunctionDefinition
impl !Send for ResolvedInternalFunctionDefinition
impl !Sync for ResolvedInternalFunctionDefinition
impl Unpin for ResolvedInternalFunctionDefinition
impl !UnwindSafe for ResolvedInternalFunctionDefinition
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