Struct pgx_pg_sys::CaseWhen
source · [−]#[repr(C)]pub struct CaseWhen {
pub xpr: Expr,
pub expr: *mut Expr,
pub result: *mut Expr,
pub location: c_int,
}Fields
xpr: Exprexpr: *mut Exprresult: *mut Exprlocation: c_intTrait Implementations
impl Copy for CaseWhen
Auto Trait Implementations
impl RefUnwindSafe for CaseWhen
impl !Send for CaseWhen
impl !Sync for CaseWhen
impl Unpin for CaseWhen
impl UnwindSafe for CaseWhen
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