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