Enum tantivy_sstable::SSTableIndex
source · pub enum SSTableIndex {
V2(SSTableIndex),
V3(SSTableIndexV3),
V3Empty(SSTableIndexV3Empty),
}
Variants§
Implementations§
source§impl SSTableIndex
impl SSTableIndex
Trait Implementations§
source§impl Clone for SSTableIndex
impl Clone for SSTableIndex
source§fn clone(&self) -> SSTableIndex
fn clone(&self) -> SSTableIndex
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 SSTableIndex
impl !RefUnwindSafe for SSTableIndex
impl Send for SSTableIndex
impl Sync for SSTableIndex
impl Unpin for SSTableIndex
impl !UnwindSafe for SSTableIndex
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