pub struct MetadataReader { /* private fields */ }
Implementations§
Source§impl MetadataReader
impl MetadataReader
pub fn get_invalidation_vec(&self, output: &mut Vec<u8>)
pub fn read_docinfo_inital_metadata( &mut self, num_docs: &mut u32, doc_id_counter: &mut u32, average_lengths: &mut Vec<f64>, num_fields: usize, )
pub fn read_docinfo_field_length(&mut self) -> u32
pub fn setup_dictionary(&self) -> Dictionary
Auto Trait Implementations§
impl Freeze for MetadataReader
impl RefUnwindSafe for MetadataReader
impl Send for MetadataReader
impl Sync for MetadataReader
impl Unpin for MetadataReader
impl UnwindSafe for MetadataReader
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