Struct pgx_pg_sys::RangeFunction
source · [−]#[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_: NodeTaglateral: boolordinality: boolis_rowsfrom: boolfunctions: *mut Listalias: *mut Aliascoldeflist: *mut ListTrait Implementations
sourceimpl Clone for RangeFunction
impl Clone for RangeFunction
sourcefn clone(&self) -> RangeFunction
fn clone(&self) -> RangeFunction
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 RangeFunction
impl Debug for RangeFunction
sourceimpl Default for RangeFunction
impl Default for RangeFunction
sourceimpl Display for RangeFunction
impl Display for RangeFunction
sourceimpl PgNode for RangeFunction
impl PgNode for RangeFunction
sourcefn display_node(&self) -> String
fn display_node(&self) -> String
Format this node
impl Copy for RangeFunction
Auto Trait Implementations
impl RefUnwindSafe for RangeFunction
impl !Send for RangeFunction
impl !Sync for RangeFunction
impl Unpin for RangeFunction
impl UnwindSafe for RangeFunction
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