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