#[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: Type,
pub indextotalcost: Cost,
pub indexselectivity: Selectivity,
}
Fields§
§path: Path
§indexinfo: *mut IndexOptInfo
§indexclauses: *mut List
§indexorderbys: *mut List
§indexorderbycols: *mut List
§indexscandir: Type
§indextotalcost: Cost
§indexselectivity: Selectivity
Trait Implementations§
impl Copy for IndexPath
Auto Trait Implementations§
impl Freeze for IndexPath
impl RefUnwindSafe for IndexPath
impl !Send for IndexPath
impl !Sync for IndexPath
impl Unpin for IndexPath
impl UnwindSafe for IndexPath
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