Struct pgx_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: Indexp_varattno: AttrNumberp_vartype: Oidp_vartypmod: int32p_varcollid: Oidp_varnosyn: Indexp_varattnosyn: AttrNumberp_dontexpand: boolTrait Implementations
sourceimpl Clone for ParseNamespaceColumn
impl Clone for ParseNamespaceColumn
sourcefn clone(&self) -> ParseNamespaceColumn
fn clone(&self) -> ParseNamespaceColumn
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for ParseNamespaceColumn
impl Debug for ParseNamespaceColumn
sourceimpl Default for ParseNamespaceColumn
impl Default for ParseNamespaceColumn
sourcefn default() -> ParseNamespaceColumn
fn default() -> ParseNamespaceColumn
Returns the “default value” for a type. Read more
impl Copy for ParseNamespaceColumn
Auto Trait Implementations
impl RefUnwindSafe for ParseNamespaceColumn
impl Send for ParseNamespaceColumn
impl Sync for ParseNamespaceColumn
impl Unpin for ParseNamespaceColumn
impl UnwindSafe for ParseNamespaceColumn
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more