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