Struct pgx_pg_sys::BooleanTest
source · [−]#[repr(C)]pub struct BooleanTest {
pub xpr: Expr,
pub arg: *mut Expr,
pub booltesttype: BoolTestType,
pub location: c_int,
}Fields
xpr: Exprarg: *mut Exprbooltesttype: BoolTestTypelocation: c_intTrait Implementations
sourceimpl Clone for BooleanTest
impl Clone for BooleanTest
sourcefn clone(&self) -> BooleanTest
fn clone(&self) -> BooleanTest
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for BooleanTest
impl Debug for BooleanTest
sourceimpl Default for BooleanTest
impl Default for BooleanTest
sourceimpl Display for BooleanTest
impl Display for BooleanTest
sourceimpl PgNode for BooleanTest
impl PgNode for BooleanTest
sourcefn display_node(&self) -> String
fn display_node(&self) -> String
Format this node
impl Copy for BooleanTest
Auto Trait Implementations
impl RefUnwindSafe for BooleanTest
impl !Send for BooleanTest
impl !Sync for BooleanTest
impl Unpin for BooleanTest
impl UnwindSafe for BooleanTest
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