#[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: boolTrait Implementations§
Source§impl Clone for CreatePLangStmt
impl Clone for CreatePLangStmt
Source§fn clone(&self) -> CreatePLangStmt
fn clone(&self) -> CreatePLangStmt
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 CreatePLangStmt
Source§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
Auto Trait Implementations§
impl !Send for CreatePLangStmt
impl !Sync for CreatePLangStmt
impl Freeze for CreatePLangStmt
impl RefUnwindSafe for CreatePLangStmt
impl Unpin for CreatePLangStmt
impl UnsafeUnpin 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