Struct pgrx_pg_sys::SetToDefault
source · #[repr(C)]pub struct SetToDefault {
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 SetToDefault
impl Clone for SetToDefault
source§fn clone(&self) -> SetToDefault
fn clone(&self) -> SetToDefault
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 SetToDefault
impl Debug for SetToDefault
source§impl Default for SetToDefault
impl Default for SetToDefault
source§impl Display for SetToDefault
impl Display for SetToDefault
source§impl PgNode for SetToDefault
impl PgNode for SetToDefault
source§fn display_node(&self) -> String
fn display_node(&self) -> String
Format this node Read more