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