Struct pgrx_pg_sys::A_Expr
source · #[repr(C)]pub struct A_Expr {
pub type_: NodeTag,
pub kind: A_Expr_Kind,
pub name: *mut List,
pub lexpr: *mut Node,
pub rexpr: *mut Node,
pub location: c_int,
}
Fields§
§type_: NodeTag
§kind: A_Expr_Kind
§name: *mut List
§lexpr: *mut Node
§rexpr: *mut Node
§location: c_int
Trait Implementations§
impl Copy for A_Expr
Auto Trait Implementations§
impl Freeze for A_Expr
impl RefUnwindSafe for A_Expr
impl !Send for A_Expr
impl !Sync for A_Expr
impl Unpin for A_Expr
impl UnwindSafe for A_Expr
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