Struct pgx_pg_sys::RowIdentityVarInfo
source · [−]#[repr(C)]pub struct RowIdentityVarInfo {
pub type_: NodeTag,
pub rowidvar: *mut Var,
pub rowidwidth: int32,
pub rowidname: *mut c_char,
pub rowidrels: Relids,
}Fields
type_: NodeTagrowidvar: *mut Varrowidwidth: int32rowidname: *mut c_charrowidrels: RelidsTrait Implementations
sourceimpl Clone for RowIdentityVarInfo
impl Clone for RowIdentityVarInfo
sourcefn clone(&self) -> RowIdentityVarInfo
fn clone(&self) -> RowIdentityVarInfo
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 RowIdentityVarInfo
impl Debug for RowIdentityVarInfo
sourceimpl Default for RowIdentityVarInfo
impl Default for RowIdentityVarInfo
sourceimpl Display for RowIdentityVarInfo
impl Display for RowIdentityVarInfo
sourceimpl PgNode for RowIdentityVarInfo
impl PgNode for RowIdentityVarInfo
sourcefn display_node(&self) -> String
fn display_node(&self) -> String
Format this node
impl Copy for RowIdentityVarInfo
Auto Trait Implementations
impl RefUnwindSafe for RowIdentityVarInfo
impl !Send for RowIdentityVarInfo
impl !Sync for RowIdentityVarInfo
impl Unpin for RowIdentityVarInfo
impl UnwindSafe for RowIdentityVarInfo
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