Struct mealdb::datamodel::Meal[][src]

pub struct Meal {
Show fields pub id: String, pub name: String, pub drink_alternate: Option<String>, pub category: String, pub instructions: String, pub thumbnail: String, pub tags: Option<String>, pub ingreedients: Vec<String>, pub measures: Vec<String>, pub source: Option<String>, pub image_source: Option<String>, pub creative_commons_confirmed: Option<bool>, pub date_modified: Option<String>,
}

Fields

id: Stringname: Stringdrink_alternate: Option<String>category: Stringinstructions: Stringthumbnail: Stringtags: Option<String>ingreedients: Vec<String>measures: Vec<String>source: Option<String>image_source: Option<String>creative_commons_confirmed: Option<bool>date_modified: Option<String>

Trait Implementations

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.