Struct pgx_pg_sys::GatherPath
source · [−]#[repr(C)]pub struct GatherPath {
pub path: Path,
pub subpath: *mut Path,
pub single_copy: bool,
pub num_workers: c_int,
}Fields
path: Pathsubpath: *mut Pathsingle_copy: boolnum_workers: c_intTrait Implementations
sourceimpl Clone for GatherPath
impl Clone for GatherPath
sourcefn clone(&self) -> GatherPath
fn clone(&self) -> GatherPath
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for GatherPath
impl Debug for GatherPath
sourceimpl Default for GatherPath
impl Default for GatherPath
sourceimpl Display for GatherPath
impl Display for GatherPath
sourceimpl PgNode for GatherPath
impl PgNode for GatherPath
sourcefn display_node(&self) -> String
fn display_node(&self) -> String
Format this node
impl Copy for GatherPath
Auto Trait Implementations
impl RefUnwindSafe for GatherPath
impl !Send for GatherPath
impl !Sync for GatherPath
impl Unpin for GatherPath
impl UnwindSafe for GatherPath
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more