Struct pgx_pg_sys::OpExpr
source · [−]#[repr(C)]pub struct OpExpr {
pub xpr: Expr,
pub opno: Oid,
pub opfuncid: Oid,
pub opresulttype: Oid,
pub opretset: bool,
pub opcollid: Oid,
pub inputcollid: Oid,
pub args: *mut List,
pub location: c_int,
}Fields
xpr: Expropno: Oidopfuncid: Oidopresulttype: Oidopretset: boolopcollid: Oidinputcollid: Oidargs: *mut Listlocation: c_intTrait Implementations
impl Copy for OpExpr
Auto Trait Implementations
impl RefUnwindSafe for OpExpr
impl !Send for OpExpr
impl !Sync for OpExpr
impl Unpin for OpExpr
impl UnwindSafe for OpExpr
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