Struct pgx_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_: NodeTagreplace: boolplname: *mut c_charplhandler: *mut Listplinline: *mut Listplvalidator: *mut Listpltrusted: boolTrait Implementations
sourceimpl Clone for CreatePLangStmt
impl Clone for CreatePLangStmt
sourcefn clone(&self) -> CreatePLangStmt
fn clone(&self) -> CreatePLangStmt
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 CreatePLangStmt
impl Debug for CreatePLangStmt
sourceimpl Default for CreatePLangStmt
impl Default for CreatePLangStmt
sourceimpl Display for CreatePLangStmt
impl Display for CreatePLangStmt
sourceimpl PgNode for CreatePLangStmt
impl PgNode for CreatePLangStmt
sourcefn display_node(&self) -> String
fn display_node(&self) -> String
Format this node
impl Copy for CreatePLangStmt
Auto Trait Implementations
impl RefUnwindSafe for CreatePLangStmt
impl !Send for CreatePLangStmt
impl !Sync for CreatePLangStmt
impl Unpin for CreatePLangStmt
impl UnwindSafe for CreatePLangStmt
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