#[repr(C)]pub struct PLpgSQL_exception {
pub lineno: c_int,
pub conditions: *mut PLpgSQL_condition,
pub action: *mut List,
}
Fields§
§lineno: c_int
§conditions: *mut PLpgSQL_condition
§action: *mut List
Trait Implementations§
Source§impl Clone for PLpgSQL_exception
impl Clone for PLpgSQL_exception
Source§fn clone(&self) -> PLpgSQL_exception
fn clone(&self) -> PLpgSQL_exception
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_exception
impl Debug for PLpgSQL_exception
Source§impl Default for PLpgSQL_exception
impl Default for PLpgSQL_exception
impl Copy for PLpgSQL_exception
Auto Trait Implementations§
impl Freeze for PLpgSQL_exception
impl RefUnwindSafe for PLpgSQL_exception
impl !Send for PLpgSQL_exception
impl !Sync for PLpgSQL_exception
impl Unpin for PLpgSQL_exception
impl UnwindSafe for PLpgSQL_exception
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