Struct pgrx_pg_sys::PLpgSQL_stmt_fetch
source · #[repr(C)]pub struct PLpgSQL_stmt_fetch {
pub cmd_type: PLpgSQL_stmt_type,
pub lineno: c_int,
pub stmtid: c_uint,
pub target: *mut PLpgSQL_variable,
pub curvar: c_int,
pub direction: FetchDirection,
pub how_many: c_long,
pub expr: *mut PLpgSQL_expr,
pub is_move: bool,
pub returns_multiple_rows: bool,
}
Fields§
§cmd_type: PLpgSQL_stmt_type
§lineno: c_int
§stmtid: c_uint
§target: *mut PLpgSQL_variable
§curvar: c_int
§direction: FetchDirection
§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