# query.private.Predicate.field

- **Module:** query.private.Predicate
- **Package:** libtmux
- **Language:** Rust
- **Kind:** method
- **Source:** https://github.com/libtmux/libtmux-rs/blob/f0e37052c232636b61d095817046e6bfc8f2ca40/crates/libtmux/src/query/private.rs#L165
- **Page:** https://libtmux.org/en/rs/latest/reference/query-private-predicate-field/

```
query.private.Predicate.field(self) -> &str
```

Return the stable field name used by generated dispatch.

The [`crate::query::Filterable`] example executes this method in a
hand-written generated-code expansion.
