Attribute Macros§
- create_
trait_ from_ enum_ impl - Creates a custom trait
<DataType>Storage
Derive Macros§
- Atomic
- Implements a custom trait -
Atomic
- Data
Type From Data Types - Implements a Rust’s std trait -
From
. - Data
Type From Units - Implements a Rust’s std trait -
From
. - Default
- Implements a Rust’s std trait -
Default
. - Deref
- Implements a Rust’s std trait -
Deref
. - Display
- Implements a Rust’s std trait -
Display
. - Impl
Data Type Traits - Implements a custom trait -
<data type name>Storage
. - Property
- Implements a custom trait -
Property
- Property
From Data Type - Implements a Rust’s std trait -
From
. - Property
Impl - Adds an
impl
on the<Property>Value
- Property
Name - Implements a custom trait -
PropertyName
- Property
Value - Creates an enum -
<Property>Value
- Trait
From Enum - Creates a custom trait from enum -
<name>Storage
. - Unit
Data Type Container - Implements a custom trait -
UnitDataTypeContainer
- Unit
Trait - Creates a custom trait for CSS unit
<name>Value