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