pub type PositionDf = Field<Position, Position>;Expand description
Dynamic field storing a Position.
Aliased Type§
pub struct PositionDf {
pub id: UID,
pub name: Position,
pub value: Position,
}Fields§
§id: UIDDetermined by the hash of the object ID, the field name value and it’s type, i.e. hash(parent.id || name || Name)
name: PositionThe value for the name of this field
value: PositionThe value bound to this field