Struct rusty_nail::recipe::schema::recipe_ingredients::columns::id
[−]
pub struct id;
Trait Implementations
impl SelectableExpression<InnerJoinSource<Recipe::Table, table>> for id
impl SelectableExpression<InnerJoinSource<table, Recipe::Table>> for id
impl SelectableExpression<LeftOuterJoinSource<Recipe::Table, table>, id::SqlType::Nullable> for id
impl SelectableExpression<LeftOuterJoinSource<table, Recipe::Table>> for id
impl SelectableExpression<InnerJoinSource<Ingredient::Table, table>> for id
impl SelectableExpression<InnerJoinSource<table, Ingredient::Table>> for id
impl SelectableExpression<LeftOuterJoinSource<Ingredient::Table, table>, id::SqlType::Nullable> for id
impl SelectableExpression<LeftOuterJoinSource<table, Ingredient::Table>> for id
impl Debug for id
impl Clone for id
fn clone(&self) -> 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 id
impl Expression for id
type SqlType = Integer
impl<DB> QueryFragment<DB> for 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 id
impl SelectableExpression<table> for id
impl<'a, ST, Left, Right> SelectableExpression<WithQuerySource<'a, Left, Right>, ST> for id where id: SelectableExpression<Left, ST>
impl<ST, Source, Predicate> SelectableExpression<FilteredQuerySource<Source, Predicate>, ST> for id where id: SelectableExpression<Source, ST>
impl NonAggregate for id
impl Column for id
impl<T> EqAll<T> for id where T: AsExpression<Integer>,
Eq<id, T>: Expression<SqlType=Bool>
Eq<id, T>: Expression<SqlType=Bool>