Struct rusty_nail::recipe::schema::recipe_ingredients::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
impl Clone for recipe_id
fn clone(&self) -> recipe_id
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 recipe_id
impl Expression for recipe_id
type SqlType = Integer
impl<DB> QueryFragment<DB> for recipe_id 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 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>
Eq<recipe_id, T>: Expression<SqlType=Bool>