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