Struct rusty_nail::recipe::schema::recipes::columns::name []

pub struct name;

Trait Implementations

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

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

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

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

impl Debug for name

Formats the value using the given formatter.

impl Clone for name

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for name

impl Expression for name

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

impl QueryId for name

impl SelectableExpression<table> for name

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

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

impl NonAggregate for name

impl Column for name

impl<T> EqAll<T> for name where T: AsExpression<Text>,
        Eq<name, T>: Expression<SqlType=Bool>