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