Prerelease This site documents an alpha of libtmux. Its structure, URLs and APIs are subject to change.

plan.Safety

Rust
  • Python Unavailable
  • Ruby Unavailable
  • Lua Unavailable
  • TypeScript Unavailable
  • Rust
  • Go Unavailable
  • Java Unavailable
  • .NET Unavailable
  • C++ Unavailable
  • Swift Unavailable

View as Markdown

Module
plan
Package
libtmux
Source
crates/libtmux/src/plan.rs
enum plan.Safety
enum [source]
enum [source]
enum plan.Safety

How an operation directly affects tmux objects.

This is not confinement: operations can launch commands or send terminal input whose indirect effects are unrestricted.

3 declared, 0 inherited

Members

  • Destructive constant Its direct tmux action removes a tmux object.
  • Mutating constant Its direct tmux action changes state without removing a tmux object.
  • ReadOnly constant Its direct tmux action reads state and changes nothing.
Esc

Type to search.