pub struct ExternalDemoBCaptureMetrics {Show 15 fields
pub capture_label: String,
pub regime: String,
pub metric_source: String,
pub roi_source: String,
pub roi_pixels: usize,
pub total_pixels: usize,
pub roi_coverage: f32,
pub roi_statement: String,
pub baseline_method_id: String,
pub reference_source: String,
pub ground_truth_available: bool,
pub budget_total_samples: usize,
pub fixed_budget_equal: bool,
pub policies: Vec<DemoBPolicyMetrics>,
pub budget_curves: Vec<BudgetCurve>,
}Fields§
§capture_label: String§regime: String§metric_source: String§roi_source: String§roi_pixels: usize§total_pixels: usize§roi_coverage: f32§roi_statement: String§baseline_method_id: String§reference_source: String§ground_truth_available: bool§budget_total_samples: usize§fixed_budget_equal: bool§policies: Vec<DemoBPolicyMetrics>§budget_curves: Vec<BudgetCurve>Trait Implementations§
Source§impl Clone for ExternalDemoBCaptureMetrics
impl Clone for ExternalDemoBCaptureMetrics
Source§fn clone(&self) -> ExternalDemoBCaptureMetrics
fn clone(&self) -> ExternalDemoBCaptureMetrics
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 ExternalDemoBCaptureMetrics
impl Debug for ExternalDemoBCaptureMetrics
Source§impl<'de> Deserialize<'de> for ExternalDemoBCaptureMetrics
impl<'de> Deserialize<'de> for ExternalDemoBCaptureMetrics
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for ExternalDemoBCaptureMetrics
impl RefUnwindSafe for ExternalDemoBCaptureMetrics
impl Send for ExternalDemoBCaptureMetrics
impl Sync for ExternalDemoBCaptureMetrics
impl Unpin for ExternalDemoBCaptureMetrics
impl UnsafeUnpin for ExternalDemoBCaptureMetrics
impl UnwindSafe for ExternalDemoBCaptureMetrics
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