#[repr(C)]pub struct AlterDatabaseSetStmt {
pub type_: NodeTag,
pub dbname: *mut c_char,
pub setstmt: *mut VariableSetStmt,
}
Fields§
§type_: NodeTag
§dbname: *mut c_char
§setstmt: *mut VariableSetStmt
Trait Implementations§
Source§impl Clone for AlterDatabaseSetStmt
impl Clone for AlterDatabaseSetStmt
Source§fn clone(&self) -> AlterDatabaseSetStmt
fn clone(&self) -> AlterDatabaseSetStmt
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 AlterDatabaseSetStmt
impl Debug for AlterDatabaseSetStmt
Source§impl Default for AlterDatabaseSetStmt
impl Default for AlterDatabaseSetStmt
Source§impl Display for AlterDatabaseSetStmt
impl Display for AlterDatabaseSetStmt
Source§impl PgNode for AlterDatabaseSetStmt
impl PgNode for AlterDatabaseSetStmt
Source§fn display_node(&self) -> String
fn display_node(&self) -> String
Format this node Read more
impl Copy for AlterDatabaseSetStmt
Auto Trait Implementations§
impl Freeze for AlterDatabaseSetStmt
impl RefUnwindSafe for AlterDatabaseSetStmt
impl !Send for AlterDatabaseSetStmt
impl !Sync for AlterDatabaseSetStmt
impl Unpin for AlterDatabaseSetStmt
impl UnwindSafe for AlterDatabaseSetStmt
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