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