Struct pgx_pg_sys::CaseExpr
source · [−]#[repr(C)]pub struct CaseExpr {
pub xpr: Expr,
pub casetype: Oid,
pub casecollid: Oid,
pub arg: *mut Expr,
pub args: *mut List,
pub defresult: *mut Expr,
pub location: c_int,
}Fields
xpr: Exprcasetype: Oidcasecollid: Oidarg: *mut Exprargs: *mut Listdefresult: *mut Exprlocation: c_intTrait Implementations
impl Copy for CaseExpr
Auto Trait Implementations
impl RefUnwindSafe for CaseExpr
impl !Send for CaseExpr
impl !Sync for CaseExpr
impl Unpin for CaseExpr
impl UnwindSafe for CaseExpr
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