Struct pgrx_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: JoinState
§nl_NeedNewOuter: bool
§nl_MatchedOuter: bool
§nl_NullInnerTupleSlot: *mut TupleTableSlot
Trait Implementations§
source§impl Clone for NestLoopState
impl Clone for NestLoopState
source§fn clone(&self) -> NestLoopState
fn clone(&self) -> NestLoopState
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 NestLoopState
impl Debug for NestLoopState
source§impl Default for NestLoopState
impl Default for NestLoopState
source§impl Display for NestLoopState
impl Display for NestLoopState
source§impl PgNode for NestLoopState
impl PgNode for NestLoopState
source§fn display_node(&self) -> String
fn display_node(&self) -> String
Format this node Read more
impl Copy for NestLoopState
Auto Trait Implementations§
impl Freeze for NestLoopState
impl RefUnwindSafe for NestLoopState
impl !Send for NestLoopState
impl !Sync for NestLoopState
impl Unpin for NestLoopState
impl UnwindSafe for NestLoopState
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