Type Alias BidsMapDofWrapper

Source
pub type BidsMapDofWrapper = Field<Wrapper<BidsMap>, ID>;
Expand description

Dynamic object field wrapper for the bids Map ID.

Aliased Type§

struct BidsMapDofWrapper {
    pub id: UID,
    pub name: Wrapper<BidsMap>,
    pub value: ID,
}

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: Wrapper<BidsMap>

The value for the name of this field

§value: ID

The value bound to this field