Skip to main content

OrderLeafDf

Type Alias OrderLeafDf 

Source
pub type OrderLeafDf = Field<u64, Leaf<Order>>;
Expand description

Dynamic field storing a leaf in a Map of Orders.

Aliased Type§

pub struct OrderLeafDf {
    pub id: UID,
    pub name: u64,
    pub value: Leaf<Order>,
}

Fields§

§id: UID

Determined by the hash of the object ID, the field name value and it’s type, i.e. hash(parent.id || name || Name)

§name: u64

The value for the name of this field

§value: Leaf<Order>

The value bound to this field