Struct rusty_nail::recipe::schema::ingredients::dsl::ingredients
[−]
pub struct ingredients;
Methods
impl table
Trait Implementations
impl<JoinType> JoinTo<table, JoinType> for table
type JoinClause = Join<table::FromClause, table::FromClause, Eq<Nullable<ingredient_id>, Nullable<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