[−][src]Struct postgres_parser::sys::FuncExpr
FuncExpr expression node for a function call
Fields
xpr: Exprfuncid: Oidfuncresulttype: OidPG_PROC OID of the function
funcretset: boolPG_TYPE OID of result value
funcvariadic: booltrue if function returns set
funcformat: CoercionFormtrue if variadic arguments have been combined into an array last argument
funccollid: Oidhow to display this function call
inputcollid: OidOID of collation of result
args: *mut ListOID of collation that function should use
location: c_intarguments to the function
Trait Implementations
impl Debug for FuncExpr[src]
impl Default for FuncExpr[src]
impl Eq for FuncExpr[src]
impl Hash for FuncExpr[src]
fn hash<__H: Hasher>(&self, state: &mut __H)[src]
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher, 1.3.0[src]
H: Hasher,
impl PartialEq<FuncExpr> for FuncExpr[src]
impl StructuralEq for FuncExpr[src]
impl StructuralPartialEq for FuncExpr[src]
Auto Trait Implementations
impl RefUnwindSafe for FuncExpr
impl !Send for FuncExpr
impl !Sync for FuncExpr
impl Unpin for FuncExpr
impl UnwindSafe for FuncExpr
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,