Struct pgx_pg_sys::RangeTblRef
source · [−]Fields
type_: NodeTagrtindex: c_intTrait Implementations
sourceimpl Clone for RangeTblRef
impl Clone for RangeTblRef
sourcefn clone(&self) -> RangeTblRef
fn clone(&self) -> RangeTblRef
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 RangeTblRef
impl Debug for RangeTblRef
sourceimpl Default for RangeTblRef
impl Default for RangeTblRef
sourceimpl Display for RangeTblRef
impl Display for RangeTblRef
sourceimpl PgNode for RangeTblRef
impl PgNode for RangeTblRef
sourcefn display_node(&self) -> String
fn display_node(&self) -> String
Format this node
impl Copy for RangeTblRef
Auto Trait Implementations
impl RefUnwindSafe for RangeTblRef
impl Send for RangeTblRef
impl Sync for RangeTblRef
impl Unpin for RangeTblRef
impl UnwindSafe for RangeTblRef
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