pub struct OmenaTestkitKnownFailureRecordV0 {
pub rationale: &'static str,
pub owner: &'static str,
pub age_days: u32,
pub has_expiry_or_review_policy: bool,
}Expand description
One known-failure record attached to a fixture-scoped snapshot.
Fields§
§rationale: &'static strHuman-readable rationale for carrying the failure.
owner: &'static strOwner or lane responsible for review.
age_days: u32Age of the known-failure record.
has_expiry_or_review_policy: boolWhether the entry has an explicit expiry or review policy.
Trait Implementations§
Source§impl Clone for OmenaTestkitKnownFailureRecordV0
impl Clone for OmenaTestkitKnownFailureRecordV0
Source§fn clone(&self) -> OmenaTestkitKnownFailureRecordV0
fn clone(&self) -> OmenaTestkitKnownFailureRecordV0
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 moreimpl Eq for OmenaTestkitKnownFailureRecordV0
impl StructuralPartialEq for OmenaTestkitKnownFailureRecordV0
Auto Trait Implementations§
impl Freeze for OmenaTestkitKnownFailureRecordV0
impl RefUnwindSafe for OmenaTestkitKnownFailureRecordV0
impl Send for OmenaTestkitKnownFailureRecordV0
impl Sync for OmenaTestkitKnownFailureRecordV0
impl Unpin for OmenaTestkitKnownFailureRecordV0
impl UnsafeUnpin for OmenaTestkitKnownFailureRecordV0
impl UnwindSafe for OmenaTestkitKnownFailureRecordV0
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