Struct pgrx_pg_sys::CoerceToDomain
source · #[repr(C)]pub struct CoerceToDomain {
pub xpr: Expr,
pub arg: *mut Expr,
pub resulttype: Oid,
pub resulttypmod: int32,
pub resultcollid: Oid,
pub coercionformat: CoercionForm,
pub location: c_int,
}
Fields§
§xpr: Expr
§arg: *mut Expr
§resulttype: Oid
§resulttypmod: int32
§resultcollid: Oid
§coercionformat: CoercionForm
§location: c_int
Trait Implementations§
source§impl Clone for CoerceToDomain
impl Clone for CoerceToDomain
source§fn clone(&self) -> CoerceToDomain
fn clone(&self) -> CoerceToDomain
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 CoerceToDomain
impl Debug for CoerceToDomain
source§impl Default for CoerceToDomain
impl Default for CoerceToDomain
source§impl Display for CoerceToDomain
impl Display for CoerceToDomain
source§impl PgNode for CoerceToDomain
impl PgNode for CoerceToDomain
source§fn display_node(&self) -> String
fn display_node(&self) -> String
Format this node Read more