Trait typed_sql::query::filter::Filterable[][src]

pub trait Filterable {
    type Fields: Default;
}

Associated Types

Implementors

impl<S: Select> Filterable for S[src]

impl<T: Table + ?Sized> Filterable for Delete<T>[src]

type Fields = T::Fields

impl<T: Table + ?Sized, S> Filterable for Update<T, S>[src]

type Fields = T::Fields