pub struct DemoBScenarioReport {
pub scenario_id: String,
pub scenario_title: String,
pub expectation: ScenarioExpectation,
pub support_category: ScenarioSupportCategory,
pub sampling_taxonomy: String,
pub demo_b_taxonomy: String,
pub onset_frame: usize,
pub target_label: String,
pub target_pixels: usize,
pub policies: Vec<DemoBPolicyMetrics>,
pub headline: String,
pub bounded_note: String,
}Fields§
§scenario_id: String§scenario_title: String§expectation: ScenarioExpectation§support_category: ScenarioSupportCategory§sampling_taxonomy: String§demo_b_taxonomy: String§onset_frame: usize§target_label: String§target_pixels: usize§policies: Vec<DemoBPolicyMetrics>§headline: String§bounded_note: StringTrait Implementations§
Source§impl Clone for DemoBScenarioReport
impl Clone for DemoBScenarioReport
Source§fn clone(&self) -> DemoBScenarioReport
fn clone(&self) -> DemoBScenarioReport
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 DemoBScenarioReport
impl Debug for DemoBScenarioReport
Auto Trait Implementations§
impl Freeze for DemoBScenarioReport
impl RefUnwindSafe for DemoBScenarioReport
impl Send for DemoBScenarioReport
impl Sync for DemoBScenarioReport
impl Unpin for DemoBScenarioReport
impl UnsafeUnpin for DemoBScenarioReport
impl UnwindSafe for DemoBScenarioReport
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