Struct rusty_nail::recipe::models::Recipe [] [src]

pub struct Recipe {
    pub id: i32,
    pub name: String,
    pub description: String,
}

Fields

Trait Implementations

impl Debug for Recipe
[src]

Formats the value using the given formatter.

impl<'a, 'update> AsChangeset for &'update Recipe

impl HasTable for Recipe

impl<'ident> Identifiable for &'ident Recipe

impl<__DB, __ST> Queryable<__ST, __DB> for Recipe where __DB: Backend + HasSqlType<__ST>,
        (i32, String, String): FromSqlRow<__ST, __DB>