pub struct MkIndex<R>where
R: Read,{ /* private fields */ }
Implementations§
Source§impl<R> MkIndex<R>where
R: Read,
impl<R> MkIndex<R>where
R: Read,
pub fn new<S: Read>( reader: Reader<S>, col_indices: ColIndices, supports_null: bool, args: MkAlgoArgs, mem_args: MemSizeArgs, ) -> MkIndex<S>
Trait Implementations§
Auto Trait Implementations§
impl<R> Freeze for MkIndex<R>where
R: Freeze,
impl<R> RefUnwindSafe for MkIndex<R>where
R: RefUnwindSafe,
impl<R> Send for MkIndex<R>where
R: Send,
impl<R> Sync for MkIndex<R>where
R: Sync,
impl<R> Unpin for MkIndex<R>where
R: Unpin,
impl<R> UnwindSafe for MkIndex<R>where
R: UnwindSafe,
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