Struct pgrx_pg_sys::A_ArrayExpr
source · #[repr(C)]pub struct A_ArrayExpr {
pub type_: NodeTag,
pub elements: *mut List,
pub location: c_int,
}
Fields§
§type_: NodeTag
§elements: *mut List
§location: c_int
Trait Implementations§
source§impl Clone for A_ArrayExpr
impl Clone for A_ArrayExpr
source§fn clone(&self) -> A_ArrayExpr
fn clone(&self) -> A_ArrayExpr
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 A_ArrayExpr
impl Debug for A_ArrayExpr
source§impl Default for A_ArrayExpr
impl Default for A_ArrayExpr
source§impl Display for A_ArrayExpr
impl Display for A_ArrayExpr
source§impl PgNode for A_ArrayExpr
impl PgNode for A_ArrayExpr
source§fn display_node(&self) -> String
fn display_node(&self) -> String
Format this node Read more
impl Copy for A_ArrayExpr
Auto Trait Implementations§
impl Freeze for A_ArrayExpr
impl RefUnwindSafe for A_ArrayExpr
impl !Send for A_ArrayExpr
impl !Sync for A_ArrayExpr
impl Unpin for A_ArrayExpr
impl UnwindSafe for A_ArrayExpr
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