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