pub struct MemoryHit {
pub path: String,
pub chunk_index: i64,
pub content: String,
pub score: f64,
}Fields§
§path: String§chunk_index: i64§content: String§score: f64Trait Implementations§
Auto Trait Implementations§
impl Freeze for MemoryHit
impl RefUnwindSafe for MemoryHit
impl Send for MemoryHit
impl Sync for MemoryHit
impl Unpin for MemoryHit
impl UnsafeUnpin for MemoryHit
impl UnwindSafe for MemoryHit
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