Struct pgx_pg_sys::FuncCall
source · [−]#[repr(C)]pub struct FuncCall {
pub type_: NodeTag,
pub funcname: *mut List,
pub args: *mut List,
pub agg_order: *mut List,
pub agg_filter: *mut Node,
pub over: *mut WindowDef,
pub agg_within_group: bool,
pub agg_star: bool,
pub agg_distinct: bool,
pub func_variadic: bool,
pub funcformat: CoercionForm,
pub location: c_int,
}Fields
type_: NodeTagfuncname: *mut Listargs: *mut Listagg_order: *mut Listagg_filter: *mut Nodeover: *mut WindowDefagg_within_group: boolagg_star: boolagg_distinct: boolfunc_variadic: boolfuncformat: CoercionFormlocation: c_intTrait Implementations
impl Copy for FuncCall
Auto Trait Implementations
impl RefUnwindSafe for FuncCall
impl !Send for FuncCall
impl !Sync for FuncCall
impl Unpin for FuncCall
impl UnwindSafe for FuncCall
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more