Struct pgrx_pg_sys::AsyncRequest
source · #[repr(C)]pub struct AsyncRequest {
pub requestor: *mut PlanState,
pub requestee: *mut PlanState,
pub request_index: c_int,
pub callback_pending: bool,
pub request_complete: bool,
pub result: *mut TupleTableSlot,
}
Fields§
§requestor: *mut PlanState
§requestee: *mut PlanState
§request_index: c_int
§callback_pending: bool
§request_complete: bool
§result: *mut TupleTableSlot
Trait Implementations§
source§impl Clone for AsyncRequest
impl Clone for AsyncRequest
source§fn clone(&self) -> AsyncRequest
fn clone(&self) -> AsyncRequest
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 more