# plan.Safety

- **Module:** plan
- **Package:** libtmux
- **Language:** Rust
- **Kind:** enum
- **Source:** https://github.com/libtmux/libtmux-rs/blob/f0e37052c232636b61d095817046e6bfc8f2ca40/crates/libtmux/src/plan.rs#L282
- **Page:** https://libtmux.org/en/rs/latest/reference/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.

## Members

- `ReadOnly` (constant): Its direct tmux action reads state and changes nothing.
- `Mutating` (constant): Its direct tmux action changes state without removing a tmux object.
- `Destructive` (constant): Its direct tmux action removes a tmux object.
