Struct pgrx_pg_sys::CreateOpFamilyStmt
source · #[repr(C)]pub struct CreateOpFamilyStmt {
pub type_: NodeTag,
pub opfamilyname: *mut List,
pub amname: *mut c_char,
}
Fields§
§type_: NodeTag
§opfamilyname: *mut List
§amname: *mut c_char
Trait Implementations§
source§impl Clone for CreateOpFamilyStmt
impl Clone for CreateOpFamilyStmt
source§fn clone(&self) -> CreateOpFamilyStmt
fn clone(&self) -> CreateOpFamilyStmt
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 CreateOpFamilyStmt
impl Debug for CreateOpFamilyStmt
source§impl Default for CreateOpFamilyStmt
impl Default for CreateOpFamilyStmt
source§impl Display for CreateOpFamilyStmt
impl Display for CreateOpFamilyStmt
source§impl PgNode for CreateOpFamilyStmt
impl PgNode for CreateOpFamilyStmt
source§fn display_node(&self) -> String
fn display_node(&self) -> String
Format this node Read more