Represents a Rust struct declaration built with RustQ.Rust.struct/2.
RustQ.Rust.struct/2
@type t() :: %RustQ.Rust.Struct{ attrs: [term()], fields: [term()], name: atom() | String.t(), vis: atom() | String.t() | nil }