pub struct ResolvedInternalFunctionDefinition {
pub body: ResolvedExpression,
pub name: ResolvedLocalIdentifier,
pub signature: ResolvedFunctionSignature,
}
Fields§
§body: ResolvedExpression
§name: ResolvedLocalIdentifier
§signature: ResolvedFunctionSignature
Trait Implementations§
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