pub struct ExternalDemoACaptureMetrics {
pub capture_label: 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 metric_source: String,
pub methods: Vec<ExternalDemoAMethodMetrics>,
}Fields§
§capture_label: 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§metric_source: String§methods: Vec<ExternalDemoAMethodMetrics>Trait Implementations§
Source§impl Clone for ExternalDemoACaptureMetrics
impl Clone for ExternalDemoACaptureMetrics
Source§fn clone(&self) -> ExternalDemoACaptureMetrics
fn clone(&self) -> ExternalDemoACaptureMetrics
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 ExternalDemoACaptureMetrics
impl Debug for ExternalDemoACaptureMetrics
Source§impl<'de> Deserialize<'de> for ExternalDemoACaptureMetrics
impl<'de> Deserialize<'de> for ExternalDemoACaptureMetrics
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 ExternalDemoACaptureMetrics
impl RefUnwindSafe for ExternalDemoACaptureMetrics
impl Send for ExternalDemoACaptureMetrics
impl Sync for ExternalDemoACaptureMetrics
impl Unpin for ExternalDemoACaptureMetrics
impl UnsafeUnpin for ExternalDemoACaptureMetrics
impl UnwindSafe for ExternalDemoACaptureMetrics
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