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