Struct below_model::BTreeMapFieldId
source · [−]Expand description
Type that makes BTreeMap Queriable if its value is Queriable. Uses key
to query into a map. Uses subquery_id to query into the selected value.
Fields
key: Option<K>None is only for listing variants and otherwise invalid.
subquery_id: FTrait Implementations
Return iterator for unit variants as well as nested variants.
Return iterator for unit variants only.
impl<K: PartialEq, F: PartialEq + FieldId> PartialEq<BTreeMapFieldId<K, F>> for BTreeMapFieldId<K, F>
impl<K: PartialEq, F: PartialEq + FieldId> PartialEq<BTreeMapFieldId<K, F>> for BTreeMapFieldId<K, F>
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl<K, F> RefUnwindSafe for BTreeMapFieldId<K, F> where
F: RefUnwindSafe,
K: RefUnwindSafe,
impl<K, F> Send for BTreeMapFieldId<K, F> where
F: Send,
K: Send,
impl<K, F> Sync for BTreeMapFieldId<K, F> where
F: Sync,
K: Sync,
impl<K, F> Unpin for BTreeMapFieldId<K, F> where
F: Unpin,
K: Unpin,
impl<K, F> UnwindSafe for BTreeMapFieldId<K, F> where
F: UnwindSafe,
K: UnwindSafe,
Blanket Implementations
Mutably borrows from an owned value. Read more