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