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