Struct partiql_ast::ast::CallAgg
source · pub struct CallAgg {
pub func_name: SymbolPrimitive,
pub args: Vec<AstNode<CallArg>>,
}
Fields§
§func_name: SymbolPrimitive
§args: Vec<AstNode<CallArg>>
Trait Implementations§
source§impl PartialEq<CallAgg> for CallAgg
impl PartialEq<CallAgg> for CallAgg
impl StructuralPartialEq for CallAgg
Auto Trait Implementations§
impl RefUnwindSafe for CallAgg
impl Send for CallAgg
impl Sync for CallAgg
impl Unpin for CallAgg
impl UnwindSafe for CallAgg
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