Struct pgrx_pg_sys::ParseNamespaceColumn
source · #[repr(C)]pub struct ParseNamespaceColumn {
pub p_varno: Index,
pub p_varattno: AttrNumber,
pub p_vartype: Oid,
pub p_vartypmod: int32,
pub p_varcollid: Oid,
pub p_varnosyn: Index,
pub p_varattnosyn: AttrNumber,
pub p_dontexpand: bool,
}
Fields§
§p_varno: Index
§p_varattno: AttrNumber
§p_vartype: Oid
§p_vartypmod: int32
§p_varcollid: Oid
§p_varnosyn: Index
§p_varattnosyn: AttrNumber
§p_dontexpand: bool
Trait Implementations§
source§impl Clone for ParseNamespaceColumn
impl Clone for ParseNamespaceColumn
source§fn clone(&self) -> ParseNamespaceColumn
fn clone(&self) -> ParseNamespaceColumn
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 more