Struct pgrx_pg_sys::DropdbStmt
source · #[repr(C)]pub struct DropdbStmt {
pub type_: NodeTag,
pub dbname: *mut c_char,
pub missing_ok: bool,
pub options: *mut List,
}
Fields§
§type_: NodeTag
§dbname: *mut c_char
§missing_ok: bool
§options: *mut List
Trait Implementations§
source§impl Clone for DropdbStmt
impl Clone for DropdbStmt
source§fn clone(&self) -> DropdbStmt
fn clone(&self) -> DropdbStmt
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 DropdbStmt
impl Debug for DropdbStmt
source§impl Default for DropdbStmt
impl Default for DropdbStmt
source§impl Display for DropdbStmt
impl Display for DropdbStmt
source§impl PgNode for DropdbStmt
impl PgNode for DropdbStmt
source§fn display_node(&self) -> String
fn display_node(&self) -> String
Format this node Read more