Skip to main content

AsksMapDofWrapper

Type Alias AsksMapDofWrapper 

Source
pub type AsksMapDofWrapper = Field<Wrapper<AsksMap>, ID>;
Expand description

Dynamic object field wrapper for the asks Map ID.

Aliased Type§

pub struct AsksMapDofWrapper {
    pub id: UID,
    pub name: Wrapper<AsksMap>,
    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<AsksMap>

The value for the name of this field

§value: ID

The value bound to this field