#[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 ListTrait Implementations§
Source§impl Clone for CreateExtensionStmt
impl Clone for CreateExtensionStmt
Source§fn clone(&self) -> CreateExtensionStmt
fn clone(&self) -> CreateExtensionStmt
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for CreateExtensionStmt
Source§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
Auto Trait Implementations§
impl !Send for CreateExtensionStmt
impl !Sync for CreateExtensionStmt
impl Freeze for CreateExtensionStmt
impl RefUnwindSafe for CreateExtensionStmt
impl Unpin for CreateExtensionStmt
impl UnsafeUnpin 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