Skip to content

announcement

Enums


firma_tui::control::announcement::ControlAnnouncement

Section titled “firma_tui::control::announcement::ControlAnnouncement”

Enum

Runtime-level messages emitted by command handling and consumed by the runner.

These are separated from key commands so shutdown can be handled at the event-loop boundary instead of inside view state.

Variants:

  • ShutdownRequested - Stop accepting new work and leave the event loop.

Traits: Eq, Copy

Trait Implementations:

  • PartialEq
    • fn eq(self: &Self, other: &ControlAnnouncement) -> bool
  • Debug
    • fn fmt(self: &Self, f: & mut $crate::fmt::Formatter) -> $crate::fmt::Result
  • Clone
    • fn clone(self: &Self) -> ControlAnnouncement