pub struct FidelityResponse {
pub success: bool,
pub score: FidelityScore,
}Expand description
Response for fidelity score calculation
Fields§
§success: boolSuccess flag
score: FidelityScoreFidelity score
Trait Implementations§
Source§impl Debug for FidelityResponse
impl Debug for FidelityResponse
Auto Trait Implementations§
impl Freeze for FidelityResponse
impl RefUnwindSafe for FidelityResponse
impl Send for FidelityResponse
impl Sync for FidelityResponse
impl Unpin for FidelityResponse
impl UnsafeUnpin for FidelityResponse
impl UnwindSafe for FidelityResponse
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