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