# formats.InfoPlacement

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

## Members

- `CatalogOnly` (constant) — Metadata is available only to explicit projections.
- `SessionInfo` (constant) — Field belongs to Session snapshots.
- `WindowInfo` (constant) — Field belongs to Window snapshots.
- `PaneInfo` (constant) — Field belongs to Pane snapshots.
- `ClientInfo` (constant) — Field belongs to Client snapshots.
