[−][src]Struct postgres_parser::sys::FuncExpr
FuncExpr expression node for a function call
Fields
xpr: Expr
funcid: Oid
funcresulttype: Oid
PG_PROC OID of the function
funcretset: bool
PG_TYPE OID of result value
funcvariadic: bool
true if function returns set
funcformat: CoercionForm
true if variadic arguments have been combined into an array last argument
funccollid: Oid
how to display this function call
inputcollid: Oid
OID of collation of result
args: *mut List
OID of collation that function should use
location: c_int
arguments 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>,