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