#[braid_ref]Expand description
Constructs a ref-only braid
Available options:
- either
validator [ = "Type" ]- Indicates the type is validated. If not specified, it is assumed that the braid implements the relevant trait itself.
debug = "impl|omit"(defaultimpl)- Changes how automatic implementations of the
Debugtrait are provided. Ifomit, then no implementations ofDebugwill be provided.
- Changes how automatic implementations of the
display = "impl|omit"(defaultimpl)- Changes how automatic implementations of the
Displaytrait are provided. Ifomit, then no implementations ofDisplaywill be provided.
- Changes how automatic implementations of the
ord = "impl|omit"(defaultimpl)- Changes how automatic implementations of the
PartialOrdandOrdtraits are provided. Ifomit, then no implementations will be provided.
- Changes how automatic implementations of the
serde = "impl|omit"(defaultomit)- Adds serialize and deserialize implementations
no_std- Generates a
no_std-compatible braid that doesn’t requirealloc
- Generates a