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