#[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 AliasTrait Implementations§
Source§impl Clone for RangeSubselect
impl Clone for RangeSubselect
Source§fn clone(&self) -> RangeSubselect
fn clone(&self) -> RangeSubselect
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for RangeSubselect
Source§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
Auto Trait Implementations§
impl !Send for RangeSubselect
impl !Sync for RangeSubselect
impl Freeze for RangeSubselect
impl RefUnwindSafe for RangeSubselect
impl Unpin for RangeSubselect
impl UnsafeUnpin 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