pub struct CaseOutcome {
pub case_id: String,
pub results: Vec<(ComparisonCategory, CaseResult)>,
pub pproxy_output: ProcessOutput,
pub eggress_output: ProcessOutput,
}Fields§
§case_id: String§results: Vec<(ComparisonCategory, CaseResult)>§pproxy_output: ProcessOutput§eggress_output: ProcessOutputTrait Implementations§
Source§impl Clone for CaseOutcome
impl Clone for CaseOutcome
Source§fn clone(&self) -> CaseOutcome
fn clone(&self) -> CaseOutcome
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 moreAuto Trait Implementations§
impl Freeze for CaseOutcome
impl RefUnwindSafe for CaseOutcome
impl Send for CaseOutcome
impl Sync for CaseOutcome
impl Unpin for CaseOutcome
impl UnsafeUnpin for CaseOutcome
impl UnwindSafe for CaseOutcome
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