Struct pgx_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_: NodeTagextname: *mut c_charif_not_exists: booloptions: *mut ListTrait Implementations
sourceimpl Clone for CreateExtensionStmt
impl Clone for CreateExtensionStmt
sourcefn clone(&self) -> CreateExtensionStmt
fn clone(&self) -> CreateExtensionStmt
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for CreateExtensionStmt
impl Debug for CreateExtensionStmt
sourceimpl Default for CreateExtensionStmt
impl Default for CreateExtensionStmt
sourceimpl Display for CreateExtensionStmt
impl Display for CreateExtensionStmt
sourceimpl PgNode for CreateExtensionStmt
impl PgNode for CreateExtensionStmt
sourcefn display_node(&self) -> String
fn display_node(&self) -> String
Format this node
impl Copy for CreateExtensionStmt
Auto Trait Implementations
impl RefUnwindSafe for CreateExtensionStmt
impl !Send for CreateExtensionStmt
impl !Sync for CreateExtensionStmt
impl Unpin for CreateExtensionStmt
impl UnwindSafe for CreateExtensionStmt
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more