Struct rusty_nail::recipe::schema::recipe_ingredients::dsl::recipe_ingredients
[−]
pub struct recipe_ingredients;
Methods
impl table
Trait Implementations
impl<JoinType> JoinTo<Recipe::Table, JoinType> for table
type JoinClause = Join<table::FromClause, Recipe::Table::FromClause, Eq<Nullable<recipe_id>, Nullable<Recipe::Table::PrimaryKey>>, JoinType>
fn join_clause(&self, join_type: JoinType) -> Self::JoinClause
impl<JoinType> JoinTo<Ingredient::Table, JoinType> for table
type JoinClause = Join<table::FromClause, Ingredient::Table::FromClause, Eq<Nullable<ingredient_id>, Nullable<Ingredient::Table::PrimaryKey>>, JoinType>
fn join_clause(&self, join_type: JoinType) -> Self::JoinClause
impl Debug for table
impl Clone for table
fn clone(&self) -> table
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