Struct pgx_pg_sys::A_Indirection
source · [−]#[repr(C)]pub struct A_Indirection {
pub type_: NodeTag,
pub arg: *mut Node,
pub indirection: *mut List,
}Fields
type_: NodeTagarg: *mut Nodeindirection: *mut ListTrait Implementations
sourceimpl Clone for A_Indirection
impl Clone for A_Indirection
sourcefn clone(&self) -> A_Indirection
fn clone(&self) -> A_Indirection
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_Indirection
impl Debug for A_Indirection
sourceimpl Default for A_Indirection
impl Default for A_Indirection
sourceimpl Display for A_Indirection
impl Display for A_Indirection
sourceimpl PgNode for A_Indirection
impl PgNode for A_Indirection
sourcefn display_node(&self) -> String
fn display_node(&self) -> String
Format this node
impl Copy for A_Indirection
Auto Trait Implementations
impl RefUnwindSafe for A_Indirection
impl !Send for A_Indirection
impl !Sync for A_Indirection
impl Unpin for A_Indirection
impl UnwindSafe for A_Indirection
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