Struct pgrx_pg_sys::WorkTableScan
source · #[repr(C)]pub struct WorkTableScan {
pub scan: Scan,
pub wtParam: c_int,
}
Fields§
§scan: Scan
§wtParam: c_int
Trait Implementations§
source§impl Clone for WorkTableScan
impl Clone for WorkTableScan
source§fn clone(&self) -> WorkTableScan
fn clone(&self) -> WorkTableScan
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 WorkTableScan
impl Debug for WorkTableScan
source§impl Default for WorkTableScan
impl Default for WorkTableScan
source§impl Display for WorkTableScan
impl Display for WorkTableScan
source§impl PgNode for WorkTableScan
impl PgNode for WorkTableScan
source§fn display_node(&self) -> String
fn display_node(&self) -> String
Format this node Read more
impl Copy for WorkTableScan
Auto Trait Implementations§
impl Freeze for WorkTableScan
impl RefUnwindSafe for WorkTableScan
impl !Send for WorkTableScan
impl !Sync for WorkTableScan
impl Unpin for WorkTableScan
impl UnwindSafe for WorkTableScan
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