#[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: boolTrait Implementations§
Source§impl Clone for ParseNamespaceColumn
impl Clone for ParseNamespaceColumn
Source§fn clone(&self) -> ParseNamespaceColumn
fn clone(&self) -> ParseNamespaceColumn
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ParseNamespaceColumn
impl Debug for ParseNamespaceColumn
Source§impl Default for ParseNamespaceColumn
impl Default for ParseNamespaceColumn
impl Copy for ParseNamespaceColumn
Auto Trait Implementations§
impl Freeze for ParseNamespaceColumn
impl RefUnwindSafe for ParseNamespaceColumn
impl Send for ParseNamespaceColumn
impl Sync for ParseNamespaceColumn
impl Unpin for ParseNamespaceColumn
impl UnwindSafe for ParseNamespaceColumn
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