pub struct ConformanceRunCaseReport {
pub case: String,
pub tags: Vec<String>,
pub outcome: Result<(), ConformanceError>,
}Fields§
§case: String§outcome: Result<(), ConformanceError>Trait Implementations§
Source§impl Debug for ConformanceRunCaseReport
impl Debug for ConformanceRunCaseReport
Source§impl PartialEq for ConformanceRunCaseReport
impl PartialEq for ConformanceRunCaseReport
impl StructuralPartialEq for ConformanceRunCaseReport
Auto Trait Implementations§
impl Freeze for ConformanceRunCaseReport
impl RefUnwindSafe for ConformanceRunCaseReport
impl Send for ConformanceRunCaseReport
impl Sync for ConformanceRunCaseReport
impl Unpin for ConformanceRunCaseReport
impl UnsafeUnpin for ConformanceRunCaseReport
impl UnwindSafe for ConformanceRunCaseReport
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