Struct rusty_nail::recipe::schema::ingredients::id []

pub struct id;

Trait Implementations

impl SelectableExpression<InnerJoinSource<table, table>> for id

impl SelectableExpression<InnerJoinSource<table, table>> for id

impl SelectableExpression<LeftOuterJoinSource<table, table>, id::SqlType::Nullable> for id

impl SelectableExpression<LeftOuterJoinSource<table, table>> for id

impl Debug for id

Formats the value using the given formatter.

impl Clone for id

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for id

impl Expression for id

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

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>