pub struct Hallucinated {
pub confidence: f64,
pub grounding: Option<String>,
}Fields§
§confidence: f64§grounding: Option<String>Trait Implementations§
Source§impl Clone for Hallucinated
impl Clone for Hallucinated
Source§fn clone(&self) -> Hallucinated
fn clone(&self) -> Hallucinated
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for Hallucinated
impl Debug for Hallucinated
impl BoundaryKind for Hallucinated
Auto Trait Implementations§
impl Freeze for Hallucinated
impl RefUnwindSafe for Hallucinated
impl Send for Hallucinated
impl Sync for Hallucinated
impl Unpin for Hallucinated
impl UnsafeUnpin for Hallucinated
impl UnwindSafe for Hallucinated
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