pub struct RecallHit {
pub task_id: String,
pub event_type: EventType,
pub text: String,
pub score: f64,
}Expand description
One recalled high-signal event that matched the current context.
Fields§
§task_id: String§event_type: EventType§text: String§score: f64Trait Implementations§
impl StructuralPartialEq for RecallHit
Auto Trait Implementations§
impl Freeze for RecallHit
impl RefUnwindSafe for RecallHit
impl Send for RecallHit
impl Sync for RecallHit
impl Unpin for RecallHit
impl UnsafeUnpin for RecallHit
impl UnwindSafe for RecallHit
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