# query.fields.BoolField.not_in

- **Module:** query.fields.BoolField
- **Package:** libtmux
- **Language:** Rust
- **Kind:** method
- **Source:** https://github.com/libtmux/libtmux-rs/blob/8a648c0894dfffc9303583f753b6c8ae01f2fe76/crates/libtmux/src/query/fields.rs#L626
- **Page:** https://libtmux.org/reference/rs/query-fields-boolfield-not_in/

```
query.fields.BoolField.not_in(self, values: impl IntoIterator<Item = bool>) -> FilterExpr<T>
```
