# `RustQ.Rust.AST.Static`
[🔗](https://github.com/dannote/rustq/blob/v0.11.1/lib/rustq/rust/ast.ex#L246)

Structural RustQ AST node. Prefer the focused builder modules for construction.

# `t`

```elixir
@type t() :: %RustQ.Rust.AST.Static{
  expr: RustQ.Rust.AST.expr(),
  mutable: boolean(),
  name: atom(),
  type: RustQ.Rust.AST.type(),
  vis: RustQ.Rust.AST.vis()
}
```

---

*Consult [api-reference.md](api-reference.md) for complete listing*
