[][src]Trait into_query::IntoQuery

pub trait IntoQuery<T> where
    T: Table + AsQuery,
    T::Query: BoxedDsl<'static, Mysql>, 
{ pub fn into_query(self) -> IntoBoxed<'static, T, Mysql>; }

Provides the into_query function, which converts the type into a select statement filtering by present fields. T is the table the select statement will filter by.

Required methods

pub fn into_query(self) -> IntoBoxed<'static, T, Mysql>[src]

Convert self into a query

Loading content...

Implementors

Loading content...