libtmux Reference MCP Search
On this page

snapshot.Availability

View as Markdown

Module
snapshot
Package
libtmux
Source
crates/libtmux/src/snapshot.rs
enum snapshot.Availability
enumoverload [source]
enumoverload [source]
enum snapshot.Availability

8 declared, 0 inherited

Members

  • Absent constant Tmux emitted an empty value for a conditionally available field.
  • Available constant Tmux emitted a decoded value, including preserved empty text.
  • Unproven constant A development build provides no numbered availability proof.
  • Unsupported constant The detected numbered release predates the field.
  • as_ref method Borrow the contained value without cloning the evidence.
  • available method Discard the reason a value is missing and keep only the value.
  • copied method Copy a borrowed scalar out of its evidence.
  • is_available method Report whether tmux emitted a decoded value.
Esc

Type to search.