Struct pgrx_pg_sys::ConvertRowtypeExpr
source · #[repr(C)]pub struct ConvertRowtypeExpr {
pub xpr: Expr,
pub arg: *mut Expr,
pub resulttype: Oid,
pub convertformat: CoercionForm,
pub location: c_int,
}
Fields§
§xpr: Expr
§arg: *mut Expr
§resulttype: Oid
§convertformat: CoercionForm
§location: c_int
Trait Implementations§
source§impl Clone for ConvertRowtypeExpr
impl Clone for ConvertRowtypeExpr
source§fn clone(&self) -> ConvertRowtypeExpr
fn clone(&self) -> ConvertRowtypeExpr
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for ConvertRowtypeExpr
impl Debug for ConvertRowtypeExpr
source§impl Default for ConvertRowtypeExpr
impl Default for ConvertRowtypeExpr
source§impl Display for ConvertRowtypeExpr
impl Display for ConvertRowtypeExpr
source§impl PgNode for ConvertRowtypeExpr
impl PgNode for ConvertRowtypeExpr
source§fn display_node(&self) -> String
fn display_node(&self) -> String
Format this node Read more