pub struct RelevantFact {
pub unit: Unit,
pub score: u32,
}Expand description
A fact with its relevance score.
Fields§
§unit: Unit§score: u32Trait Implementations§
Auto Trait Implementations§
impl Freeze for RelevantFact
impl RefUnwindSafe for RelevantFact
impl Send for RelevantFact
impl Sync for RelevantFact
impl Unpin for RelevantFact
impl UnsafeUnpin for RelevantFact
impl UnwindSafe for RelevantFact
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