Struct pgrx_pg_sys::ParallelHashJoinState
source · #[repr(C)]pub struct ParallelHashJoinState { /* private fields */ }
Trait Implementations§
source§impl Clone for ParallelHashJoinState
impl Clone for ParallelHashJoinState
source§fn clone(&self) -> ParallelHashJoinState
fn clone(&self) -> ParallelHashJoinState
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 ParallelHashJoinState
impl Debug for ParallelHashJoinState
impl Copy for ParallelHashJoinState
Auto Trait Implementations§
impl Freeze for ParallelHashJoinState
impl RefUnwindSafe for ParallelHashJoinState
impl Send for ParallelHashJoinState
impl Sync for ParallelHashJoinState
impl Unpin for ParallelHashJoinState
impl UnwindSafe for ParallelHashJoinState
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