#[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
impl Copy for AlterTableSpaceOptionsStmt
Auto Trait Implementations§
impl Freeze for AlterTableSpaceOptionsStmt
impl RefUnwindSafe for AlterTableSpaceOptionsStmt
impl !Send for AlterTableSpaceOptionsStmt
impl !Sync for AlterTableSpaceOptionsStmt
impl Unpin for AlterTableSpaceOptionsStmt
impl UnwindSafe for AlterTableSpaceOptionsStmt
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