Struct pgx_pg_sys::Path
source · [−]#[repr(C)]pub struct Path {
pub type_: NodeTag,
pub pathtype: NodeTag,
pub parent: *mut RelOptInfo,
pub pathtarget: *mut PathTarget,
pub param_info: *mut ParamPathInfo,
pub parallel_aware: bool,
pub parallel_safe: bool,
pub parallel_workers: c_int,
pub rows: f64,
pub startup_cost: Cost,
pub total_cost: Cost,
pub pathkeys: *mut List,
}Fields
type_: NodeTagpathtype: NodeTagparent: *mut RelOptInfopathtarget: *mut PathTargetparam_info: *mut ParamPathInfoparallel_aware: boolparallel_safe: boolparallel_workers: c_introws: f64startup_cost: Costtotal_cost: Costpathkeys: *mut ListTrait Implementations
impl Copy for Path
Auto Trait Implementations
impl RefUnwindSafe for Path
impl !Send for Path
impl !Sync for Path
impl Unpin for Path
impl UnwindSafe for Path
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