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