Struct pgx_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_: NodeTagkind: A_Expr_Kindname: *mut Listlexpr: *mut Noderexpr: *mut Nodelocation: c_intTrait Implementations
impl Copy for A_Expr
Auto Trait Implementations
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
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