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