#[repr(C)]pub struct PLpgSQL_rec {
pub dtype: Type,
pub dno: c_int,
pub refname: *mut c_char,
pub lineno: c_int,
pub isconst: bool,
pub notnull: bool,
pub default_val: *mut PLpgSQL_expr,
pub datatype: *mut PLpgSQL_type,
pub rectypeid: Oid,
pub firstfield: c_int,
pub erh: *mut ExpandedRecordHeader,
}Fields§
§dtype: Type§dno: c_int§refname: *mut c_char§lineno: c_int§isconst: bool§notnull: bool§default_val: *mut PLpgSQL_expr§datatype: *mut PLpgSQL_type§rectypeid: Oid§firstfield: c_int§erh: *mut ExpandedRecordHeaderTrait Implementations§
Source§impl Clone for PLpgSQL_rec
impl Clone for PLpgSQL_rec
Source§fn clone(&self) -> PLpgSQL_rec
fn clone(&self) -> PLpgSQL_rec
Returns a duplicate 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_rec
impl Debug for PLpgSQL_rec
Source§impl Default for PLpgSQL_rec
impl Default for PLpgSQL_rec
impl Copy for PLpgSQL_rec
Auto Trait Implementations§
impl Freeze for PLpgSQL_rec
impl RefUnwindSafe for PLpgSQL_rec
impl !Send for PLpgSQL_rec
impl !Sync for PLpgSQL_rec
impl Unpin for PLpgSQL_rec
impl UnwindSafe for PLpgSQL_rec
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