pub struct CompletionCutoverOutcome {
pub result: CompletionCutoverResult,
pub receipt: SemanticShadowCompareReceipt,
}Expand description
Outcome of a cutover completion visibility request.
Contains the classified result and a shadow-compare receipt for scorecard tracking.
Fields§
§result: CompletionCutoverResultThe classified cutover result.
receipt: SemanticShadowCompareReceiptShadow-compare receipt for scorecard aggregation.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CompletionCutoverOutcome
impl RefUnwindSafe for CompletionCutoverOutcome
impl Send for CompletionCutoverOutcome
impl Sync for CompletionCutoverOutcome
impl Unpin for CompletionCutoverOutcome
impl UnsafeUnpin for CompletionCutoverOutcome
impl UnwindSafe for CompletionCutoverOutcome
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