#[repr(C)]pub struct PLpgSQL_diag_item {
pub kind: Type,
pub target: c_int,
}
Fields§
§kind: Type
§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