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