pub struct ResolvedInternalFunctionCall {
pub arguments: Vec<ResolvedExpression>,
pub function_definition: ResolvedInternalFunctionDefinitionRef,
pub function_expression: Box<ResolvedExpression>,
}
Fields§
§arguments: Vec<ResolvedExpression>
§function_definition: ResolvedInternalFunctionDefinitionRef
§function_expression: Box<ResolvedExpression>
Trait Implementations§
Source§impl Debug for ResolvedInternalFunctionCall
impl Debug for ResolvedInternalFunctionCall
Auto Trait Implementations§
impl Freeze for ResolvedInternalFunctionCall
impl !RefUnwindSafe for ResolvedInternalFunctionCall
impl !Send for ResolvedInternalFunctionCall
impl !Sync for ResolvedInternalFunctionCall
impl Unpin for ResolvedInternalFunctionCall
impl !UnwindSafe for ResolvedInternalFunctionCall
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