Struct pgx_pg_sys::NestLoopState
source · [−]#[repr(C)]pub struct NestLoopState {
pub js: JoinState,
pub nl_NeedNewOuter: bool,
pub nl_MatchedOuter: bool,
pub nl_NullInnerTupleSlot: *mut TupleTableSlot,
}Fields
js: JoinStatenl_NeedNewOuter: boolnl_MatchedOuter: boolnl_NullInnerTupleSlot: *mut TupleTableSlotTrait Implementations
sourceimpl Clone for NestLoopState
impl Clone for NestLoopState
sourcefn clone(&self) -> NestLoopState
fn clone(&self) -> NestLoopState
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 NestLoopState
impl Debug for NestLoopState
sourceimpl Default for NestLoopState
impl Default for NestLoopState
sourceimpl Display for NestLoopState
impl Display for NestLoopState
sourceimpl PgNode for NestLoopState
impl PgNode for NestLoopState
sourcefn display_node(&self) -> String
fn display_node(&self) -> String
Format this node
impl Copy for NestLoopState
Auto Trait Implementations
impl RefUnwindSafe for NestLoopState
impl !Send for NestLoopState
impl !Sync for NestLoopState
impl Unpin for NestLoopState
impl UnwindSafe for NestLoopState
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