#[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