pub struct CrossContextMatch {
pub node_id: u64,
pub content: String,
pub event_type: String,
pub confidence: f32,
pub score: f32,
}Expand description
A single match from cross-context querying.
Fields§
§node_id: u64§content: String§event_type: String§confidence: f32§score: f32Trait Implementations§
Auto Trait Implementations§
impl Freeze for CrossContextMatch
impl RefUnwindSafe for CrossContextMatch
impl Send for CrossContextMatch
impl Sync for CrossContextMatch
impl Unpin for CrossContextMatch
impl UnsafeUnpin for CrossContextMatch
impl UnwindSafe for CrossContextMatch
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