#[repr(C)]pub struct PLpgSQL_stmt_open {
pub cmd_type: Type,
pub lineno: c_int,
pub stmtid: c_uint,
pub curvar: c_int,
pub cursor_options: c_int,
pub argquery: *mut PLpgSQL_expr,
pub query: *mut PLpgSQL_expr,
pub dynquery: *mut PLpgSQL_expr,
pub params: *mut List,
}
Fields§
§cmd_type: Type
§lineno: c_int
§stmtid: c_uint
§curvar: c_int
§cursor_options: c_int
§argquery: *mut PLpgSQL_expr
§query: *mut PLpgSQL_expr
§dynquery: *mut PLpgSQL_expr
§params: *mut List
Trait Implementations§
Source§impl Clone for PLpgSQL_stmt_open
impl Clone for PLpgSQL_stmt_open
Source§fn clone(&self) -> PLpgSQL_stmt_open
fn clone(&self) -> PLpgSQL_stmt_open
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_open
impl Debug for PLpgSQL_stmt_open
Source§impl Default for PLpgSQL_stmt_open
impl Default for PLpgSQL_stmt_open
impl Copy for PLpgSQL_stmt_open
Auto Trait Implementations§
impl Freeze for PLpgSQL_stmt_open
impl RefUnwindSafe for PLpgSQL_stmt_open
impl !Send for PLpgSQL_stmt_open
impl !Sync for PLpgSQL_stmt_open
impl Unpin for PLpgSQL_stmt_open
impl UnwindSafe for PLpgSQL_stmt_open
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