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