Struct pgx_pg_sys::A_ArrayExpr
source · [−]#[repr(C)]pub struct A_ArrayExpr {
pub type_: NodeTag,
pub elements: *mut List,
pub location: c_int,
}Fields
type_: NodeTagelements: *mut Listlocation: c_intTrait Implementations
sourceimpl Clone for A_ArrayExpr
impl Clone for A_ArrayExpr
sourcefn clone(&self) -> A_ArrayExpr
fn clone(&self) -> A_ArrayExpr
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 A_ArrayExpr
impl Debug for A_ArrayExpr
sourceimpl Default for A_ArrayExpr
impl Default for A_ArrayExpr
sourceimpl Display for A_ArrayExpr
impl Display for A_ArrayExpr
sourceimpl PgNode for A_ArrayExpr
impl PgNode for A_ArrayExpr
sourcefn display_node(&self) -> String
fn display_node(&self) -> String
Format this node
impl Copy for A_ArrayExpr
Auto Trait Implementations
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
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