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