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