pub struct NegativeControlRow {
pub name: String,
pub result: ScenarioResult,
}Expand description
One clean-window negative-control result.
Fields§
§name: StringUser-facing scenario label.
result: ScenarioResultFull scenario result.
Trait Implementations§
Source§impl Clone for NegativeControlRow
impl Clone for NegativeControlRow
Source§fn clone(&self) -> NegativeControlRow
fn clone(&self) -> NegativeControlRow
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 moreAuto Trait Implementations§
impl Freeze for NegativeControlRow
impl RefUnwindSafe for NegativeControlRow
impl Send for NegativeControlRow
impl Sync for NegativeControlRow
impl Unpin for NegativeControlRow
impl UnsafeUnpin for NegativeControlRow
impl UnwindSafe for NegativeControlRow
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