Struct pgrx_pg_sys::ExpandedRecordFieldInfo
source · #[repr(C)]pub struct ExpandedRecordFieldInfo {
pub fnumber: c_int,
pub ftypeid: Oid,
pub ftypmod: int32,
pub fcollation: Oid,
}
Fields§
§fnumber: c_int
§ftypeid: Oid
§ftypmod: int32
§fcollation: Oid
Trait Implementations§
source§impl Clone for ExpandedRecordFieldInfo
impl Clone for ExpandedRecordFieldInfo
source§fn clone(&self) -> ExpandedRecordFieldInfo
fn clone(&self) -> ExpandedRecordFieldInfo
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 ExpandedRecordFieldInfo
impl Debug for ExpandedRecordFieldInfo
source§impl Default for ExpandedRecordFieldInfo
impl Default for ExpandedRecordFieldInfo
impl Copy for ExpandedRecordFieldInfo
Auto Trait Implementations§
impl Freeze for ExpandedRecordFieldInfo
impl RefUnwindSafe for ExpandedRecordFieldInfo
impl Send for ExpandedRecordFieldInfo
impl Sync for ExpandedRecordFieldInfo
impl Unpin for ExpandedRecordFieldInfo
impl UnwindSafe for ExpandedRecordFieldInfo
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