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