Struct pgrx_pg_sys::CteScanState
source · #[repr(C)]pub struct CteScanState {
pub ss: ScanState,
pub eflags: c_int,
pub readptr: c_int,
pub cteplanstate: *mut PlanState,
pub leader: *mut CteScanState,
pub cte_table: *mut Tuplestorestate,
pub eof_cte: bool,
}
Fields§
§ss: ScanState
§eflags: c_int
§readptr: c_int
§cteplanstate: *mut PlanState
§leader: *mut CteScanState
§cte_table: *mut Tuplestorestate
§eof_cte: bool
Trait Implementations§
source§impl Clone for CteScanState
impl Clone for CteScanState
source§fn clone(&self) -> CteScanState
fn clone(&self) -> CteScanState
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 CteScanState
impl Debug for CteScanState
source§impl Default for CteScanState
impl Default for CteScanState
source§impl Display for CteScanState
impl Display for CteScanState
source§impl PgNode for CteScanState
impl PgNode for CteScanState
source§fn display_node(&self) -> String
fn display_node(&self) -> String
Format this node Read more
impl Copy for CteScanState
Auto Trait Implementations§
impl Freeze for CteScanState
impl RefUnwindSafe for CteScanState
impl !Send for CteScanState
impl !Sync for CteScanState
impl Unpin for CteScanState
impl UnwindSafe for CteScanState
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