#[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_: NodeTag
§rowidvar: *mut Var
§rowidwidth: int32
§rowidname: *mut c_char
§rowidrels: Relids
Trait Implementations§
Source§impl Clone for RowIdentityVarInfo
impl Clone for RowIdentityVarInfo
Source§fn clone(&self) -> RowIdentityVarInfo
fn clone(&self) -> RowIdentityVarInfo
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 RowIdentityVarInfo
impl Debug for RowIdentityVarInfo
Source§impl Default for RowIdentityVarInfo
impl Default for RowIdentityVarInfo
Source§impl Display for RowIdentityVarInfo
impl Display for RowIdentityVarInfo
Source§impl PgNode for RowIdentityVarInfo
impl PgNode for RowIdentityVarInfo
Source§fn display_node(&self) -> String
fn display_node(&self) -> String
Format this node Read more
impl Copy for RowIdentityVarInfo
Auto Trait Implementations§
impl Freeze for RowIdentityVarInfo
impl RefUnwindSafe for RowIdentityVarInfo
impl !Send for RowIdentityVarInfo
impl !Sync for RowIdentityVarInfo
impl Unpin for RowIdentityVarInfo
impl UnwindSafe for RowIdentityVarInfo
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