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