state
Module: control::state
Section titled “Module: control::state”Contents
Section titled “Contents”Enums
Pane- Top-level pane that currently owns keyboard focus.
firma_tui::control::state::Pane
Section titled “firma_tui::control::state::Pane”Enum
Top-level pane that currently owns keyboard focus.
Variants:
Policies- Policy list pane.Audit- Audit event pane.
Methods:
fn next(self: Self) -> Self- Returns the next pane in the focus cycle.
Traits: Copy, Eq
Trait Implementations:
- PartialEq
fn eq(self: &Self, other: &Pane) -> bool
- Debug
fn fmt(self: &Self, f: & mut $crate::fmt::Formatter) -> $crate::fmt::Result
- Clone
fn clone(self: &Self) -> Pane