# plan.Effects

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

## Members

- `read_only` (attribute) — The operation does not change tmux state.
- `destructive` (attribute) — The operation removes an object.
- `idempotent` (attribute) — Running it twice leaves what running it once leaves.
- `creates` (attribute) — The scope of the object it creates, if it creates one.
- `reads_output` (attribute) — It captures pane output, so its stdout is the answer.
