Struct rusty_nail::recipe::schema::recipe_ingredients::columns::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
impl Clone for star
fn clone(&self) -> star
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