pub type BTreeMapFieldId<K, Q> = QueriableContainerFieldId<BTreeMap<K, Q>>;Aliased Type§
pub struct BTreeMapFieldId<K, Q> {
pub idx: Option<<BTreeMap<K, Q> as QueriableContainer>::Idx>,
pub subquery_id: (<BTreeMap<K, Q> as QueriableContainer>::SubqueryId,),
/* private fields */
}Fields§
§idx: Option<<BTreeMap<K, Q> as QueriableContainer>::Idx>None is only for listing variants and otherwise invalid. If None, shows up as C::IDX_PLACEHOLDER
subquery_id: (<BTreeMap<K, Q> as QueriableContainer>::SubqueryId,)