Struct pgx_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_: NodeTagtablespacename: *mut c_charoptions: *mut ListisReset: boolTrait Implementations
sourceimpl Clone for AlterTableSpaceOptionsStmt
impl Clone for AlterTableSpaceOptionsStmt
sourcefn clone(&self) -> AlterTableSpaceOptionsStmt
fn clone(&self) -> AlterTableSpaceOptionsStmt
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for AlterTableSpaceOptionsStmt
impl Debug for AlterTableSpaceOptionsStmt
sourceimpl Default for AlterTableSpaceOptionsStmt
impl Default for AlterTableSpaceOptionsStmt
sourceimpl Display for AlterTableSpaceOptionsStmt
impl Display for AlterTableSpaceOptionsStmt
sourceimpl PgNode for AlterTableSpaceOptionsStmt
impl PgNode for AlterTableSpaceOptionsStmt
sourcefn display_node(&self) -> String
fn display_node(&self) -> String
Format this node
impl Copy for AlterTableSpaceOptionsStmt
Auto Trait Implementations
impl RefUnwindSafe for AlterTableSpaceOptionsStmt
impl !Send for AlterTableSpaceOptionsStmt
impl !Sync for AlterTableSpaceOptionsStmt
impl Unpin for AlterTableSpaceOptionsStmt
impl UnwindSafe for AlterTableSpaceOptionsStmt
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more