Struct pgrx_pg_sys::PLpgSQL_if_elsif
source · #[repr(C)]pub struct PLpgSQL_if_elsif {
pub lineno: c_int,
pub cond: *mut PLpgSQL_expr,
pub stmts: *mut List,
}
Fields§
§lineno: c_int
§cond: *mut PLpgSQL_expr
§stmts: *mut List
Trait Implementations§
source§impl Clone for PLpgSQL_if_elsif
impl Clone for PLpgSQL_if_elsif
source§fn clone(&self) -> PLpgSQL_if_elsif
fn clone(&self) -> PLpgSQL_if_elsif
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_if_elsif
impl Debug for PLpgSQL_if_elsif
source§impl Default for PLpgSQL_if_elsif
impl Default for PLpgSQL_if_elsif
impl Copy for PLpgSQL_if_elsif
Auto Trait Implementations§
impl Freeze for PLpgSQL_if_elsif
impl RefUnwindSafe for PLpgSQL_if_elsif
impl !Send for PLpgSQL_if_elsif
impl !Sync for PLpgSQL_if_elsif
impl Unpin for PLpgSQL_if_elsif
impl UnwindSafe for PLpgSQL_if_elsif
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