Struct pgx_pg_sys::BoolExpr
source · [−]#[repr(C)]pub struct BoolExpr {
pub xpr: Expr,
pub boolop: BoolExprType,
pub args: *mut List,
pub location: c_int,
}Fields
xpr: Exprboolop: BoolExprTypeargs: *mut Listlocation: c_intTrait Implementations
impl Copy for BoolExpr
Auto Trait Implementations
impl RefUnwindSafe for BoolExpr
impl !Send for BoolExpr
impl !Sync for BoolExpr
impl Unpin for BoolExpr
impl UnwindSafe for BoolExpr
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