Struct rusty_nail::recipe::schema::recipe_ingredients::dsl::ingredient_id []

pub struct ingredient_id;

Trait Implementations

impl SelectableExpression<InnerJoinSource<Recipe::Table, table>> for ingredient_id

impl SelectableExpression<InnerJoinSource<table, Recipe::Table>> for ingredient_id

impl SelectableExpression<LeftOuterJoinSource<Recipe::Table, table>, ingredient_id::SqlType::Nullable> for ingredient_id

impl SelectableExpression<LeftOuterJoinSource<table, Recipe::Table>> for ingredient_id

impl SelectableExpression<InnerJoinSource<Ingredient::Table, table>> for ingredient_id

impl SelectableExpression<InnerJoinSource<table, Ingredient::Table>> for ingredient_id

impl SelectableExpression<LeftOuterJoinSource<Ingredient::Table, table>, ingredient_id::SqlType::Nullable> for ingredient_id

impl SelectableExpression<LeftOuterJoinSource<table, Ingredient::Table>> for ingredient_id

impl Debug for ingredient_id

Formats the value using the given formatter.

impl Clone for ingredient_id

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for ingredient_id

impl Expression for ingredient_id

impl<DB> QueryFragment<DB> for ingredient_id where DB: Backend,
        table::FromClause: QueryFragment<DB>

impl QueryId for ingredient_id

impl SelectableExpression<table> for ingredient_id

impl<'a, ST, Left, Right> SelectableExpression<WithQuerySource<'a, Left, Right>, ST> for ingredient_id where ingredient_id: SelectableExpression<Left, ST>

impl<ST, Source, Predicate> SelectableExpression<FilteredQuerySource<Source, Predicate>, ST> for ingredient_id where ingredient_id: SelectableExpression<Source, ST>

impl NonAggregate for ingredient_id

impl Column for ingredient_id

impl<T> EqAll<T> for ingredient_id where T: AsExpression<Integer>,
        Eq<ingredient_id, T>: Expression<SqlType=Bool>