#[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
impl Copy for DropdbStmt
Auto Trait Implementations§
impl Freeze for DropdbStmt
impl RefUnwindSafe for DropdbStmt
impl !Send for DropdbStmt
impl !Sync for DropdbStmt
impl Unpin for DropdbStmt
impl UnwindSafe for DropdbStmt
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