#[repr(C)]pub struct AlterTableMoveAllStmt {
pub type_: NodeTag,
pub orig_tablespacename: *mut c_char,
pub objtype: Type,
pub roles: *mut List,
pub new_tablespacename: *mut c_char,
pub nowait: bool,
}
Fields§
§type_: NodeTag
§orig_tablespacename: *mut c_char
§objtype: Type
§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
impl Copy for AlterTableMoveAllStmt
Auto Trait Implementations§
impl Freeze for AlterTableMoveAllStmt
impl RefUnwindSafe for AlterTableMoveAllStmt
impl !Send for AlterTableMoveAllStmt
impl !Sync for AlterTableMoveAllStmt
impl Unpin for AlterTableMoveAllStmt
impl UnwindSafe for AlterTableMoveAllStmt
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more