# formats.SemanticOwner

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

## Members

- `Server` (constant) — Server-owned field.
- `ListRow` (constant) — Caller-owned list-row field.
- `Mode` (constant) — Global mode formatting field.
- `Buffer` (constant) — Paste-buffer field.
- `Client` (constant) — Client-owned field.
- `ClientAttachment` (constant) — Client attachment field.
- `ClientWindowView` (constant) — Client-specific Window view field.
- `Session` (constant) — Session-owned field.
- `Window` (constant) — Window-owned field.
- `Pane` (constant) — Pane-owned field.
- `WindowLink` (constant) — Window-link-owned field.
- `Command` (constant) — Command metadata field.
- `Config` (constant) — Configuration metadata field.
- `CopyMode` (constant) — Copy-mode field.
