Struct tantivy_sstable::merge::KeepFirst
source · pub struct KeepFirst;
Trait Implementations§
Auto Trait Implementations§
impl Freeze for KeepFirst
impl RefUnwindSafe for KeepFirst
impl Send for KeepFirst
impl Sync for KeepFirst
impl Unpin for KeepFirst
impl UnwindSafe for KeepFirst
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