#[repr(C)]pub struct RangeTblRef {
pub type_: NodeTag,
pub rtindex: c_int,
}
Fields§
§type_: NodeTag
§rtindex: c_int
Trait Implementations§
Source§impl Clone for RangeTblRef
impl Clone for RangeTblRef
Source§fn clone(&self) -> RangeTblRef
fn clone(&self) -> RangeTblRef
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 RangeTblRef
impl Debug for RangeTblRef
Source§impl Default for RangeTblRef
impl Default for RangeTblRef
Source§impl Display for RangeTblRef
impl Display for RangeTblRef
Source§impl PgNode for RangeTblRef
impl PgNode for RangeTblRef
Source§fn display_node(&self) -> String
fn display_node(&self) -> String
Format this node Read more
impl Copy for RangeTblRef
Auto Trait Implementations§
impl Freeze for RangeTblRef
impl RefUnwindSafe for RangeTblRef
impl Send for RangeTblRef
impl Sync for RangeTblRef
impl Unpin for RangeTblRef
impl UnwindSafe for RangeTblRef
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