Struct rusty_nail::recipe::schema::ingredients::columns::available
[−]
pub struct available;
Trait Implementations
impl SelectableExpression<InnerJoinSource<table, table>> for available
impl SelectableExpression<InnerJoinSource<table, table>> for available
impl SelectableExpression<LeftOuterJoinSource<table, table>, available::SqlType::Nullable> for available
impl SelectableExpression<LeftOuterJoinSource<table, table>> for available
impl Debug for available
impl Clone for available
fn clone(&self) -> available
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more
impl Copy for available
impl Expression for available
type SqlType = Bool
impl<DB> QueryFragment<DB> for available where DB: Backend,
table::FromClause: QueryFragment<DB>
table::FromClause: QueryFragment<DB>
fn to_sql(&self, out: &mut DB::QueryBuilder) -> BuildQueryResult
fn collect_binds(&self, _out: &mut DB::BindCollector) -> QueryResult<()>
fn is_safe_to_cache_prepared(&self) -> bool
impl QueryId for available
impl SelectableExpression<table> for available
impl<'a, ST, Left, Right> SelectableExpression<WithQuerySource<'a, Left, Right>, ST> for available where available: SelectableExpression<Left, ST>
impl<ST, Source, Predicate> SelectableExpression<FilteredQuerySource<Source, Predicate>, ST> for available where available: SelectableExpression<Source, ST>
impl NonAggregate for available
impl Column for available
impl<T> EqAll<T> for available where T: AsExpression<Bool>,
Eq<available, T>: Expression<SqlType=Bool>
Eq<available, T>: Expression<SqlType=Bool>