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