Struct pgrx_pg_sys::PLpgSQL_stmt_perform
source · #[repr(C)]pub struct PLpgSQL_stmt_perform {
pub cmd_type: PLpgSQL_stmt_type,
pub lineno: c_int,
pub stmtid: c_uint,
pub expr: *mut PLpgSQL_expr,
}
Fields§
§cmd_type: PLpgSQL_stmt_type
§lineno: c_int
§stmtid: c_uint
§expr: *mut PLpgSQL_expr
Trait Implementations§
source§impl Clone for PLpgSQL_stmt_perform
impl Clone for PLpgSQL_stmt_perform
source§fn clone(&self) -> PLpgSQL_stmt_perform
fn clone(&self) -> PLpgSQL_stmt_perform
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 PLpgSQL_stmt_perform
impl Debug for PLpgSQL_stmt_perform
source§impl Default for PLpgSQL_stmt_perform
impl Default for PLpgSQL_stmt_perform
impl Copy for PLpgSQL_stmt_perform
Auto Trait Implementations§
impl Freeze for PLpgSQL_stmt_perform
impl RefUnwindSafe for PLpgSQL_stmt_perform
impl !Send for PLpgSQL_stmt_perform
impl !Sync for PLpgSQL_stmt_perform
impl Unpin for PLpgSQL_stmt_perform
impl UnwindSafe for PLpgSQL_stmt_perform
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