#[repr(C)]pub struct PLpgSQL_stmt_fori {
pub cmd_type: Type,
pub lineno: c_int,
pub stmtid: c_uint,
pub label: *mut c_char,
pub var: *mut PLpgSQL_var,
pub lower: *mut PLpgSQL_expr,
pub upper: *mut PLpgSQL_expr,
pub step: *mut PLpgSQL_expr,
pub reverse: c_int,
pub body: *mut List,
}Fields§
§cmd_type: Type§lineno: c_int§stmtid: c_uint§label: *mut c_char§var: *mut PLpgSQL_var§lower: *mut PLpgSQL_expr§upper: *mut PLpgSQL_expr§step: *mut PLpgSQL_expr§reverse: c_int§body: *mut ListTrait Implementations§
Source§impl Clone for PLpgSQL_stmt_fori
impl Clone for PLpgSQL_stmt_fori
Source§fn clone(&self) -> PLpgSQL_stmt_fori
fn clone(&self) -> PLpgSQL_stmt_fori
Returns a duplicate 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_fori
impl Debug for PLpgSQL_stmt_fori
Source§impl Default for PLpgSQL_stmt_fori
impl Default for PLpgSQL_stmt_fori
impl Copy for PLpgSQL_stmt_fori
Auto Trait Implementations§
impl Freeze for PLpgSQL_stmt_fori
impl RefUnwindSafe for PLpgSQL_stmt_fori
impl !Send for PLpgSQL_stmt_fori
impl !Sync for PLpgSQL_stmt_fori
impl Unpin for PLpgSQL_stmt_fori
impl UnwindSafe for PLpgSQL_stmt_fori
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