pub struct ThresholdTransferReport {
pub threshold: f64,
pub validation: BinaryDecisionMetrics,
pub held_out: BinaryDecisionMetrics,
}Fields§
§threshold: f64§validation: BinaryDecisionMetrics§held_out: BinaryDecisionMetricsImplementations§
Trait Implementations§
Source§impl Clone for ThresholdTransferReport
impl Clone for ThresholdTransferReport
Source§fn clone(&self) -> ThresholdTransferReport
fn clone(&self) -> ThresholdTransferReport
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 moreimpl Copy for ThresholdTransferReport
Source§impl Debug for ThresholdTransferReport
impl Debug for ThresholdTransferReport
Source§impl PartialEq for ThresholdTransferReport
impl PartialEq for ThresholdTransferReport
impl StructuralPartialEq for ThresholdTransferReport
Auto Trait Implementations§
impl Freeze for ThresholdTransferReport
impl RefUnwindSafe for ThresholdTransferReport
impl Send for ThresholdTransferReport
impl Sync for ThresholdTransferReport
impl Unpin for ThresholdTransferReport
impl UnsafeUnpin for ThresholdTransferReport
impl UnwindSafe for ThresholdTransferReport
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