#[repr(C)]pub struct HashPath {
pub jpath: JoinPath,
pub path_hashclauses: *mut List,
pub num_batches: c_int,
pub inner_rows_total: f64,
}Fields§
§jpath: JoinPath§path_hashclauses: *mut List§num_batches: c_int§inner_rows_total: f64Trait Implementations§
impl Copy for HashPath
Auto Trait Implementations§
impl !Send for HashPath
impl !Sync for HashPath
impl Freeze for HashPath
impl RefUnwindSafe for HashPath
impl Unpin for HashPath
impl UnsafeUnpin for HashPath
impl UnwindSafe for HashPath
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