#[repr(C)]pub struct TargetEntry {
pub xpr: Expr,
pub expr: *mut Expr,
pub resno: AttrNumber,
pub resname: *mut c_char,
pub ressortgroupref: Index,
pub resorigtbl: Oid,
pub resorigcol: AttrNumber,
pub resjunk: bool,
}
Fields§
§xpr: Expr
§expr: *mut Expr
§resno: AttrNumber
§resname: *mut c_char
§ressortgroupref: Index
§resorigtbl: Oid
§resorigcol: AttrNumber
§resjunk: bool
Trait Implementations§
Source§impl Clone for TargetEntry
impl Clone for TargetEntry
Source§fn clone(&self) -> TargetEntry
fn clone(&self) -> TargetEntry
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 TargetEntry
impl Debug for TargetEntry
Source§impl Default for TargetEntry
impl Default for TargetEntry
Source§impl Display for TargetEntry
impl Display for TargetEntry
Source§impl PgNode for TargetEntry
impl PgNode for TargetEntry
Source§fn display_node(&self) -> String
fn display_node(&self) -> String
Format this node Read more
impl Copy for TargetEntry
Auto Trait Implementations§
impl Freeze for TargetEntry
impl RefUnwindSafe for TargetEntry
impl !Send for TargetEntry
impl !Sync for TargetEntry
impl Unpin for TargetEntry
impl UnwindSafe for TargetEntry
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