# plan.Safety

- **Module:** plan
- **Package:** libtmux
- **Language:** Rust
- **Kind:** enum
- **Source:** https://github.com/libtmux/libtmux-rs/blob/8a648c0894dfffc9303583f753b6c8ae01f2fe76/crates/libtmux/src/plan.rs#L267
- **Page:** https://libtmux.org/reference/rs/plan-safety/

## 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.
