Struct pgrx_pg_sys::PLpgSQL_diag_item
source · #[repr(C)]pub struct PLpgSQL_diag_item {
pub kind: PLpgSQL_getdiag_kind,
pub target: c_int,
}
Fields§
§kind: PLpgSQL_getdiag_kind
§target: c_int
Trait Implementations§
source§impl Clone for PLpgSQL_diag_item
impl Clone for PLpgSQL_diag_item
source§fn clone(&self) -> PLpgSQL_diag_item
fn clone(&self) -> PLpgSQL_diag_item
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_diag_item
impl Debug for PLpgSQL_diag_item
source§impl Default for PLpgSQL_diag_item
impl Default for PLpgSQL_diag_item
impl Copy for PLpgSQL_diag_item
Auto Trait Implementations§
impl Freeze for PLpgSQL_diag_item
impl RefUnwindSafe for PLpgSQL_diag_item
impl Send for PLpgSQL_diag_item
impl Sync for PLpgSQL_diag_item
impl Unpin for PLpgSQL_diag_item
impl UnwindSafe for PLpgSQL_diag_item
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