Struct pgx_pg_sys::RowCompareExpr
source · [−]#[repr(C)]pub struct RowCompareExpr {
pub xpr: Expr,
pub rctype: RowCompareType,
pub opnos: *mut List,
pub opfamilies: *mut List,
pub inputcollids: *mut List,
pub largs: *mut List,
pub rargs: *mut List,
}Fields
xpr: Exprrctype: RowCompareTypeopnos: *mut Listopfamilies: *mut Listinputcollids: *mut Listlargs: *mut Listrargs: *mut ListTrait Implementations
sourceimpl Clone for RowCompareExpr
impl Clone for RowCompareExpr
sourcefn clone(&self) -> RowCompareExpr
fn clone(&self) -> RowCompareExpr
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 RowCompareExpr
impl Debug for RowCompareExpr
sourceimpl Default for RowCompareExpr
impl Default for RowCompareExpr
sourceimpl Display for RowCompareExpr
impl Display for RowCompareExpr
sourceimpl PgNode for RowCompareExpr
impl PgNode for RowCompareExpr
sourcefn display_node(&self) -> String
fn display_node(&self) -> String
Format this node
impl Copy for RowCompareExpr
Auto Trait Implementations
impl RefUnwindSafe for RowCompareExpr
impl !Send for RowCompareExpr
impl !Sync for RowCompareExpr
impl Unpin for RowCompareExpr
impl UnwindSafe for RowCompareExpr
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