Struct pgx_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_: NodeTagorig_tablespacename: *mut c_charobjtype: ObjectTyperoles: *mut Listnew_tablespacename: *mut c_charnowait: boolTrait Implementations
sourceimpl Clone for AlterTableMoveAllStmt
impl Clone for AlterTableMoveAllStmt
sourcefn clone(&self) -> AlterTableMoveAllStmt
fn clone(&self) -> AlterTableMoveAllStmt
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 AlterTableMoveAllStmt
impl Debug for AlterTableMoveAllStmt
sourceimpl Default for AlterTableMoveAllStmt
impl Default for AlterTableMoveAllStmt
sourceimpl Display for AlterTableMoveAllStmt
impl Display for AlterTableMoveAllStmt
sourceimpl PgNode for AlterTableMoveAllStmt
impl PgNode for AlterTableMoveAllStmt
sourcefn display_node(&self) -> String
fn display_node(&self) -> String
Format this node
impl Copy for AlterTableMoveAllStmt
Auto Trait Implementations
impl RefUnwindSafe for AlterTableMoveAllStmt
impl !Send for AlterTableMoveAllStmt
impl !Sync for AlterTableMoveAllStmt
impl Unpin for AlterTableMoveAllStmt
impl UnwindSafe for AlterTableMoveAllStmt
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