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

pub struct recipe_id;

Trait Implementations

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

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

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

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

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

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

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

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

impl Debug for recipe_id

Formats the value using the given formatter.

impl Clone for recipe_id

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for recipe_id

impl Expression for recipe_id

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

impl QueryId for recipe_id

impl SelectableExpression<table> for recipe_id

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

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

impl NonAggregate for recipe_id

impl Column for recipe_id

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