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