Struct rusty_nail::recipe::schema::recipe_ingredients::star []

pub struct star;

Trait Implementations

impl SelectableExpression<InnerJoinSource<Recipe::Table, table>> for star

impl SelectableExpression<InnerJoinSource<table, Recipe::Table>> for star

impl SelectableExpression<LeftOuterJoinSource<Recipe::Table, table>, star::SqlType::Nullable> for star

impl SelectableExpression<LeftOuterJoinSource<table, Recipe::Table>> for star

impl SelectableExpression<InnerJoinSource<Ingredient::Table, table>> for star

impl SelectableExpression<InnerJoinSource<table, Ingredient::Table>> for star

impl SelectableExpression<LeftOuterJoinSource<Ingredient::Table, table>, star::SqlType::Nullable> for star

impl SelectableExpression<LeftOuterJoinSource<table, Ingredient::Table>> for star

impl Debug for star

Formats the value using the given formatter.

impl Clone for star

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for star

impl Expression for star

impl<DB: Backend> QueryFragment<DB> for star where table::FromClause: QueryFragment<DB>

impl SelectableExpression<table> for star