#[repr(C)]pub struct PLpgSQL_recfield {
pub dtype: Type,
pub dno: c_int,
pub fieldname: *mut c_char,
pub recparentno: c_int,
pub nextfield: c_int,
pub rectupledescid: uint64,
pub finfo: ExpandedRecordFieldInfo,
}Fields§
§dtype: Type§dno: c_int§fieldname: *mut c_char§recparentno: c_int§nextfield: c_int§rectupledescid: uint64§finfo: ExpandedRecordFieldInfoTrait Implementations§
Source§impl Clone for PLpgSQL_recfield
impl Clone for PLpgSQL_recfield
Source§fn clone(&self) -> PLpgSQL_recfield
fn clone(&self) -> PLpgSQL_recfield
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_recfield
impl Debug for PLpgSQL_recfield
Source§impl Default for PLpgSQL_recfield
impl Default for PLpgSQL_recfield
impl Copy for PLpgSQL_recfield
Auto Trait Implementations§
impl Freeze for PLpgSQL_recfield
impl RefUnwindSafe for PLpgSQL_recfield
impl !Send for PLpgSQL_recfield
impl !Sync for PLpgSQL_recfield
impl Unpin for PLpgSQL_recfield
impl UnwindSafe for PLpgSQL_recfield
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