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