Struct pgx_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_: NodeTagdbname: *mut c_charmissing_ok: booloptions: *mut ListTrait Implementations
sourceimpl Clone for DropdbStmt
impl Clone for DropdbStmt
sourcefn clone(&self) -> DropdbStmt
fn clone(&self) -> DropdbStmt
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 DropdbStmt
impl Debug for DropdbStmt
sourceimpl Default for DropdbStmt
impl Default for DropdbStmt
sourceimpl Display for DropdbStmt
impl Display for DropdbStmt
sourceimpl PgNode for DropdbStmt
impl PgNode for DropdbStmt
sourcefn display_node(&self) -> String
fn display_node(&self) -> String
Format this node
impl Copy for DropdbStmt
Auto Trait Implementations
impl RefUnwindSafe for DropdbStmt
impl !Send for DropdbStmt
impl !Sync for DropdbStmt
impl Unpin for DropdbStmt
impl UnwindSafe for DropdbStmt
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