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