Compiled metadata for an Incant resource.
@type t() :: %Incant.Resource.Metadata{ changeset: term(), form: Incant.Form.t(), id: String.t(), index: term(), module: module(), opts: keyword(), query: term(), read: term(), repo: module() | nil, schema: module() | nil, table: Incant.Table.t() }