Struct wolt::PageSectionItem[][src]

pub struct PageSectionItem {
Show fields pub template: String, pub title: String, pub track_id: String, pub link: Link, pub image: Option<Image>, pub category: Option<String>, pub description: Option<String>, pub quantity: Option<i32>, pub quantity_str: Option<String>, pub venue: Option<PageSectionItemVenue>, pub overlay: Option<String>, pub price: Option<Price>, pub _extra_fields: HashMap<String, Value>,
}

Fields

template: Stringtitle: Stringtrack_id: Stringlink: Linkimage: Option<Image>category: Option<String>description: Option<String>quantity: Option<i32>quantity_str: Option<String>venue: Option<PageSectionItemVenue>overlay: Option<String>price: Option<Price>_extra_fields: HashMap<String, Value>

Trait Implementations

Formats the value using the given formatter. Read more

Deserialize this value from the given Serde deserializer. 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.