#[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: boolTrait Implementations§
Source§impl Clone for CteScanState
impl Clone for CteScanState
Source§fn clone(&self) -> CteScanState
fn clone(&self) -> CteScanState
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 CteScanState
Source§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
Auto Trait Implementations§
impl !Send for CteScanState
impl !Sync for CteScanState
impl Freeze for CteScanState
impl RefUnwindSafe for CteScanState
impl Unpin for CteScanState
impl UnsafeUnpin 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