#[repr(C)]pub struct RowCompareExpr {
pub xpr: Expr,
pub rctype: Type,
pub opnos: *mut List,
pub opfamilies: *mut List,
pub inputcollids: *mut List,
pub largs: *mut List,
pub rargs: *mut List,
}
Fields§
§xpr: Expr
§rctype: Type
§opnos: *mut List
§opfamilies: *mut List
§inputcollids: *mut List
§largs: *mut List
§rargs: *mut List
Trait Implementations§
Source§impl Clone for RowCompareExpr
impl Clone for RowCompareExpr
Source§fn clone(&self) -> RowCompareExpr
fn clone(&self) -> RowCompareExpr
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 RowCompareExpr
impl Debug for RowCompareExpr
Source§impl Default for RowCompareExpr
impl Default for RowCompareExpr
Source§impl Display for RowCompareExpr
impl Display for RowCompareExpr
Source§impl PgNode for RowCompareExpr
impl PgNode for RowCompareExpr
Source§fn display_node(&self) -> String
fn display_node(&self) -> String
Format this node Read more
impl Copy for RowCompareExpr
Auto Trait Implementations§
impl Freeze for RowCompareExpr
impl RefUnwindSafe for RowCompareExpr
impl !Send for RowCompareExpr
impl !Sync for RowCompareExpr
impl Unpin for RowCompareExpr
impl UnwindSafe for RowCompareExpr
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