pub struct DefensiveStatusReport {
pub view: DefensiveFilingView,
pub experimental_notice_active: bool,
}Expand description
The defensive status read: the composed DefensiveFilingView, plus whether Approach-B is
currently IN USE — a live (non-voided) DeclareTranche/PromoteTranche on file. The SAME
uses_approach_b predicate the CLI’s declare-tranche/promote-tranche/report/export-* verbs
already gate their stderr disclosure on (never the dashboard’s old “being here at all is using it”
rule — this is a plain read, not itself an act of filing).
Fields§
§view: DefensiveFilingView§experimental_notice_active: boolAuto Trait Implementations§
impl Freeze for DefensiveStatusReport
impl RefUnwindSafe for DefensiveStatusReport
impl Send for DefensiveStatusReport
impl Sync for DefensiveStatusReport
impl Unpin for DefensiveStatusReport
impl UnsafeUnpin for DefensiveStatusReport
impl UnwindSafe for DefensiveStatusReport
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