#[repr(C)]pub struct PLpgSQL_stmt_execsql {
pub cmd_type: Type,
pub lineno: c_int,
pub stmtid: c_uint,
pub sqlstmt: *mut PLpgSQL_expr,
pub mod_stmt: bool,
pub into: bool,
pub strict: bool,
pub mod_stmt_set: bool,
pub target: *mut PLpgSQL_variable,
}
Fields§
§cmd_type: Type
§lineno: c_int
§stmtid: c_uint
§sqlstmt: *mut PLpgSQL_expr
§mod_stmt: bool
§into: bool
§strict: bool
§mod_stmt_set: bool
§target: *mut PLpgSQL_variable
Trait Implementations§
Source§impl Clone for PLpgSQL_stmt_execsql
impl Clone for PLpgSQL_stmt_execsql
Source§fn clone(&self) -> PLpgSQL_stmt_execsql
fn clone(&self) -> PLpgSQL_stmt_execsql
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_execsql
impl Debug for PLpgSQL_stmt_execsql
Source§impl Default for PLpgSQL_stmt_execsql
impl Default for PLpgSQL_stmt_execsql
impl Copy for PLpgSQL_stmt_execsql
Auto Trait Implementations§
impl Freeze for PLpgSQL_stmt_execsql
impl RefUnwindSafe for PLpgSQL_stmt_execsql
impl !Send for PLpgSQL_stmt_execsql
impl !Sync for PLpgSQL_stmt_execsql
impl Unpin for PLpgSQL_stmt_execsql
impl UnwindSafe for PLpgSQL_stmt_execsql
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