Struct pgx_pg_sys::RangeSubselect
source · [−]#[repr(C)]pub struct RangeSubselect {
pub type_: NodeTag,
pub lateral: bool,
pub subquery: *mut Node,
pub alias: *mut Alias,
}Fields
type_: NodeTaglateral: boolsubquery: *mut Nodealias: *mut AliasTrait Implementations
sourceimpl Clone for RangeSubselect
impl Clone for RangeSubselect
sourcefn clone(&self) -> RangeSubselect
fn clone(&self) -> RangeSubselect
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 RangeSubselect
impl Debug for RangeSubselect
sourceimpl Default for RangeSubselect
impl Default for RangeSubselect
sourceimpl Display for RangeSubselect
impl Display for RangeSubselect
sourceimpl PgNode for RangeSubselect
impl PgNode for RangeSubselect
sourcefn display_node(&self) -> String
fn display_node(&self) -> String
Format this node
impl Copy for RangeSubselect
Auto Trait Implementations
impl RefUnwindSafe for RangeSubselect
impl !Send for RangeSubselect
impl !Sync for RangeSubselect
impl Unpin for RangeSubselect
impl UnwindSafe for RangeSubselect
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