pub struct StandardsMergeEvidence {
pub passed: BTreeSet<String>,
/* private fields */
}Expand description
Positive final evidence that may be consumed by merge-only checker forms. Deterministic gates are always re-run against the scratch integration; only an exact human waiver may permit one of those current failures.
Fields§
§passed: BTreeSet<String>Implementations§
Source§impl StandardsMergeEvidence
impl StandardsMergeEvidence
pub fn from_mission_events( mission_id: &str, pin: Option<&StandardsPin>, coverage: Option<&StandardsCoverage>, events: &[Event], now: DateTime<Utc>, ) -> Self
Trait Implementations§
Source§impl Clone for StandardsMergeEvidence
impl Clone for StandardsMergeEvidence
Source§fn clone(&self) -> StandardsMergeEvidence
fn clone(&self) -> StandardsMergeEvidence
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 moreSource§impl Debug for StandardsMergeEvidence
impl Debug for StandardsMergeEvidence
Source§impl Default for StandardsMergeEvidence
impl Default for StandardsMergeEvidence
Source§fn default() -> StandardsMergeEvidence
fn default() -> StandardsMergeEvidence
Returns the “default value” for a type. Read more
impl Eq for StandardsMergeEvidence
Source§impl PartialEq for StandardsMergeEvidence
impl PartialEq for StandardsMergeEvidence
impl StructuralPartialEq for StandardsMergeEvidence
Auto Trait Implementations§
impl Freeze for StandardsMergeEvidence
impl RefUnwindSafe for StandardsMergeEvidence
impl Send for StandardsMergeEvidence
impl Sync for StandardsMergeEvidence
impl Unpin for StandardsMergeEvidence
impl UnsafeUnpin for StandardsMergeEvidence
impl UnwindSafe for StandardsMergeEvidence
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