Struct pgx_pg_sys::IndexPath
source · [−]#[repr(C)]pub struct IndexPath {
pub path: Path,
pub indexinfo: *mut IndexOptInfo,
pub indexclauses: *mut List,
pub indexorderbys: *mut List,
pub indexorderbycols: *mut List,
pub indexscandir: ScanDirection,
pub indextotalcost: Cost,
pub indexselectivity: Selectivity,
}Fields
path: Pathindexinfo: *mut IndexOptInfoindexclauses: *mut Listindexorderbys: *mut Listindexorderbycols: *mut Listindexscandir: ScanDirectionindextotalcost: Costindexselectivity: SelectivityTrait Implementations
impl Copy for IndexPath
Auto Trait Implementations
impl RefUnwindSafe for IndexPath
impl !Send for IndexPath
impl !Sync for IndexPath
impl Unpin for IndexPath
impl UnwindSafe for IndexPath
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