Struct tantivy_sstable::SSTableIndexV3
source · pub struct SSTableIndexV3 { /* private fields */ }
Implementations§
source§impl SSTableIndexV3
impl SSTableIndexV3
sourcepub fn load(
data: OwnedBytes,
fst_length: u64
) -> Result<SSTableIndexV3, SSTableDataCorruption>
pub fn load( data: OwnedBytes, fst_length: u64 ) -> Result<SSTableIndexV3, SSTableDataCorruption>
Load an index from its binary representation
Trait Implementations§
source§impl Clone for SSTableIndexV3
impl Clone for SSTableIndexV3
source§fn clone(&self) -> SSTableIndexV3
fn clone(&self) -> SSTableIndexV3
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations§
impl Freeze for SSTableIndexV3
impl !RefUnwindSafe for SSTableIndexV3
impl Send for SSTableIndexV3
impl Sync for SSTableIndexV3
impl Unpin for SSTableIndexV3
impl !UnwindSafe for SSTableIndexV3
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