Struct mealdb::V1[][src]

pub struct V1 { /* fields omitted */ }

Implementations

Trait Implementations

Searches for a meal by its specified name Returns a optional list of resulting meals Read more

Returns the specified meal by its ID, provided it exists.

Returns a random meal.

Returns the names of all categories.

Returns the details of all categories.

Returns the names of all areas.

returns the details of all ingredients

Returns the IDs of all meals containing the specified main ingredient, if any exist.

Returns the IDs of all meals in the specified category, if any exist.

Returns the IDs of all meals in the specified area, if any exist.

Finds all meals that start with the specified letter. Same as search_meal_by_name with a single-character string. 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.