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