# formats.RequiredContext

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

## Members

- `None` (constant) — No object context.
- `FormatType` (constant) — Original list format type.
- `ListRow` (constant) — Caller-owned list row.
- `Buffer` (constant) — Paste-buffer context.
- `Client` (constant) — Client context.
- `Session` (constant) — Session context.
- `Window` (constant) — Window context.
- `Pane` (constant) — Pane context.
- `WindowLink` (constant) — Window-link context.
- `Command` (constant) — Command context.
- `Config` (constant) — Configuration context.
- `CopyMode` (constant) — Copy-mode context.
