#[repr(C)]pub struct CreateTableSpaceStmt {
pub type_: NodeTag,
pub tablespacename: *mut c_char,
pub owner: *mut RoleSpec,
pub location: *mut c_char,
pub options: *mut List,
}
Fields§
§type_: NodeTag
§tablespacename: *mut c_char
§owner: *mut RoleSpec
§location: *mut c_char
§options: *mut List
Trait Implementations§
Source§impl Clone for CreateTableSpaceStmt
impl Clone for CreateTableSpaceStmt
Source§fn clone(&self) -> CreateTableSpaceStmt
fn clone(&self) -> CreateTableSpaceStmt
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 CreateTableSpaceStmt
impl Debug for CreateTableSpaceStmt
Source§impl Default for CreateTableSpaceStmt
impl Default for CreateTableSpaceStmt
Source§impl Display for CreateTableSpaceStmt
impl Display for CreateTableSpaceStmt
Source§impl PgNode for CreateTableSpaceStmt
impl PgNode for CreateTableSpaceStmt
Source§fn display_node(&self) -> String
fn display_node(&self) -> String
Format this node Read more
impl Copy for CreateTableSpaceStmt
Auto Trait Implementations§
impl Freeze for CreateTableSpaceStmt
impl RefUnwindSafe for CreateTableSpaceStmt
impl !Send for CreateTableSpaceStmt
impl !Sync for CreateTableSpaceStmt
impl Unpin for CreateTableSpaceStmt
impl UnwindSafe for CreateTableSpaceStmt
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