[−][src]Trait structsy::internal::QueryAction
Required methods
Loading content...Implementations on Foreign Types
impl<T: 'static, V> QueryAction<StructsyQuery<V>> for (Field<T, Ref<V>>, &mut EmbeddedFilterBuilder<T>) where
V: Persistent + 'static,
[src]
V: Persistent + 'static,
pub fn query(self, value: StructsyQuery<V>)
[src]
impl<T: 'static, V> QueryAction<EmbeddedFilter<V>> for (Field<T, V>, &mut EmbeddedFilterBuilder<T>) where
V: PersistentEmbedded + 'static,
[src]
V: PersistentEmbedded + 'static,
pub fn query(self, value: EmbeddedFilter<V>)
[src]
impl<T: 'static, V> QueryAction<Filter<V>> for (Field<T, V>, &mut EmbeddedFilterBuilder<T>) where
V: EmbeddedDescription + 'static,
[src]
V: EmbeddedDescription + 'static,
impl<T, V> QueryAction<StructsyQuery<V>> for (Field<T, Option<Ref<V>>>, &mut FilterBuilder<T>) where
T: Persistent + 'static,
V: Persistent + 'static,
[src]
T: Persistent + 'static,
V: Persistent + 'static,
pub fn query(self, value: StructsyQuery<V>)
[src]
impl<T, V> QueryAction<Filter<V>> for (Field<T, Option<Ref<V>>>, &mut FilterBuilder<T>) where
T: Persistent + 'static,
V: Persistent + 'static,
[src]
T: Persistent + 'static,
V: Persistent + 'static,
impl<T, V> QueryAction<Filter<V>> for (Field<T, V>, &mut FilterBuilder<T>) where
T: Persistent + 'static,
V: EmbeddedDescription + 'static,
[src]
T: Persistent + 'static,
V: EmbeddedDescription + 'static,
impl<T, V> QueryAction<EmbeddedFilter<V>> for (Field<T, V>, &mut FilterBuilder<T>) where
T: Persistent + 'static,
V: PersistentEmbedded + 'static,
[src]
T: Persistent + 'static,
V: PersistentEmbedded + 'static,
pub fn query(self, value: EmbeddedFilter<V>)
[src]
impl<T, V> QueryAction<Filter<V>> for (Field<T, Ref<V>>, &mut FilterBuilder<T>) where
T: Persistent + 'static,
V: Persistent + 'static,
[src]
T: Persistent + 'static,
V: Persistent + 'static,
impl<T, V> QueryAction<StructsyQuery<V>> for (Field<T, Ref<V>>, &mut FilterBuilder<T>) where
T: Persistent + 'static,
V: Persistent + 'static,
[src]
T: Persistent + 'static,
V: Persistent + 'static,
pub fn query(self, value: StructsyQuery<V>)
[src]
impl<T, V> QueryAction<StructsyQuery<V>> for (Field<T, Vec<Ref<V>>>, &mut FilterBuilder<T>) where
T: Persistent + 'static,
V: Persistent + 'static,
[src]
T: Persistent + 'static,
V: Persistent + 'static,
pub fn query(self, value: StructsyQuery<V>)
[src]
impl<T, V> QueryAction<Filter<V>> for (Field<T, Vec<Ref<V>>>, &mut FilterBuilder<T>) where
T: Persistent + 'static,
V: Persistent + 'static,
[src]
Loading content...T: Persistent + 'static,
V: Persistent + 'static,