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