#[repr(C)]pub struct PLpgSQL_stmt_fetch {
pub cmd_type: Type,
pub lineno: c_int,
pub stmtid: c_uint,
pub target: *mut PLpgSQL_variable,
pub curvar: c_int,
pub direction: Type,
pub how_many: c_long,
pub expr: *mut PLpgSQL_expr,
pub is_move: bool,
pub returns_multiple_rows: bool,
}
Fields§
§cmd_type: Type
§lineno: c_int
§stmtid: c_uint
§target: *mut PLpgSQL_variable
§curvar: c_int
§direction: Type
§how_many: c_long
§expr: *mut PLpgSQL_expr
§is_move: bool
§returns_multiple_rows: bool
Trait Implementations§
Source§impl Clone for PLpgSQL_stmt_fetch
impl Clone for PLpgSQL_stmt_fetch
Source§fn clone(&self) -> PLpgSQL_stmt_fetch
fn clone(&self) -> PLpgSQL_stmt_fetch
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_fetch
impl Debug for PLpgSQL_stmt_fetch
Source§impl Default for PLpgSQL_stmt_fetch
impl Default for PLpgSQL_stmt_fetch
impl Copy for PLpgSQL_stmt_fetch
Auto Trait Implementations§
impl Freeze for PLpgSQL_stmt_fetch
impl RefUnwindSafe for PLpgSQL_stmt_fetch
impl !Send for PLpgSQL_stmt_fetch
impl !Sync for PLpgSQL_stmt_fetch
impl Unpin for PLpgSQL_stmt_fetch
impl UnwindSafe for PLpgSQL_stmt_fetch
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