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