[][src]Trait structsy::internal::QueryAction

pub trait QueryAction<X> {
    pub fn query(self, value: X);
}

Required methods

pub fn query(self, value: X)[src]

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]

impl<T: 'static, V> QueryAction<EmbeddedFilter<V>> for (Field<T, V>, &mut EmbeddedFilterBuilder<T>) where
    V: PersistentEmbedded + 'static, 
[src]

impl<T: 'static, V> QueryAction<Filter<V>> for (Field<T, V>, &mut EmbeddedFilterBuilder<T>) where
    V: EmbeddedDescription + 'static, 
[src]

impl<T, V> QueryAction<StructsyQuery<V>> for (Field<T, Option<Ref<V>>>, &mut FilterBuilder<T>) where
    T: Persistent + 'static,
    V: Persistent + 'static, 
[src]

impl<T, V> QueryAction<Filter<V>> for (Field<T, Option<Ref<V>>>, &mut FilterBuilder<T>) where
    T: Persistent + 'static,
    V: Persistent + 'static, 
[src]

impl<T, V> QueryAction<Filter<V>> for (Field<T, V>, &mut FilterBuilder<T>) where
    T: Persistent + 'static,
    V: EmbeddedDescription + 'static, 
[src]

impl<T, V> QueryAction<EmbeddedFilter<V>> for (Field<T, V>, &mut FilterBuilder<T>) where
    T: Persistent + 'static,
    V: PersistentEmbedded + 'static, 
[src]

impl<T, V> QueryAction<Filter<V>> for (Field<T, Ref<V>>, &mut FilterBuilder<T>) where
    T: Persistent + 'static,
    V: Persistent + 'static, 
[src]

impl<T, V> QueryAction<StructsyQuery<V>> for (Field<T, Ref<V>>, &mut FilterBuilder<T>) where
    T: Persistent + 'static,
    V: Persistent + 'static, 
[src]

impl<T, V> QueryAction<StructsyQuery<V>> for (Field<T, Vec<Ref<V>>>, &mut FilterBuilder<T>) where
    T: Persistent + 'static,
    V: Persistent + 'static, 
[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...

Implementors

Loading content...