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