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