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

pub struct description;

Trait Implementations

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

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

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

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

impl Debug for description

Formats the value using the given formatter.

impl Clone for description

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for description

impl Expression for description

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

impl QueryId for description

impl SelectableExpression<table> for description

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

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

impl NonAggregate for description

impl Column for description

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