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