Struct pgx_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: ScanStateeflags: c_intreadptr: c_intcteplanstate: *mut PlanStateleader: *mut CteScanStatecte_table: *mut Tuplestorestateeof_cte: boolTrait Implementations
sourceimpl Clone for CteScanState
impl Clone for CteScanState
sourcefn clone(&self) -> CteScanState
fn clone(&self) -> CteScanState
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 CteScanState
impl Debug for CteScanState
sourceimpl Default for CteScanState
impl Default for CteScanState
sourceimpl Display for CteScanState
impl Display for CteScanState
sourceimpl PgNode for CteScanState
impl PgNode for CteScanState
sourcefn display_node(&self) -> String
fn display_node(&self) -> String
Format this node
impl Copy for CteScanState
Auto Trait Implementations
impl RefUnwindSafe for CteScanState
impl !Send for CteScanState
impl !Sync for CteScanState
impl Unpin for CteScanState
impl UnwindSafe for CteScanState
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