Skip to content

state

Enums

  • Pane - Top-level pane that currently owns keyboard focus.

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