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