Struct pgrx_pg_sys::NullTest
source · #[repr(C)]pub struct NullTest {
pub xpr: Expr,
pub arg: *mut Expr,
pub nulltesttype: NullTestType,
pub argisrow: bool,
pub location: c_int,
}
Fields§
§xpr: Expr
§arg: *mut Expr
§nulltesttype: NullTestType
§argisrow: bool
§location: c_int
Trait Implementations§
impl Copy for NullTest
Auto Trait Implementations§
impl Freeze for NullTest
impl RefUnwindSafe for NullTest
impl !Send for NullTest
impl !Sync for NullTest
impl Unpin for NullTest
impl UnwindSafe for NullTest
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more