Struct wolt::Venue[][src]

pub struct Venue {
Show fields pub phone: String, pub id: ObjectReference, pub delivery_methods: Vec<String>, pub high_volume_venue: bool, pub bank_account_type: String, pub preorder_only: bool, pub comment_disabled: bool, pub group_order_enabled: bool, pub short_description: Vec<LocalizedString>, pub country: String, pub type: String, pub food_tags: Vec<String>, pub always_available: bool, pub itemid: ObjectReference, pub opening_times: OpeningTimes, pub description: Vec<LocalizedString>, pub wolt_delivery: bool, pub allowed_payment_methods: Vec<String>, pub relevancy: f64, pub show_delivery_info_on_merchant: bool, pub preorder_times: OpeningTimes, pub ratings_and_reviews_enabled: bool, pub show_delivery_price_on_merchant: bool, pub alive: i32, pub franchise: Option<String>, pub public_visible: bool, pub merchant: ObjectReference, pub post_code: String, pub show_allergy_disclaimer_on_menu: bool, pub slug: String, pub mainimage: String, pub status: String, pub city: String, pub completion_estimates: CompletionEstimates, pub customer_support_phone: String, pub preorder_enabled: bool, pub rush: Rush, pub dropoff_note_prefix: String, pub show_phone_number_on_merchant: bool, pub timezone_name: String, pub online: bool, pub timezone: String, pub website: String, pub menu_layout: String, pub name: Vec<LocalizedString>, pub mainimage_blurhash: String, pub tags: Vec<Tag>, pub estimates: Estimates, pub currency: String, pub delivery_specs: DeliverySpecs, pub egg_timers: Option<EggTimers>, pub price_range: i32, pub rating: Rating, pub favourite: bool, pub listimage_blurhash: String, pub address: String, pub relevancy_from_purchases: f64, pub presence: String, pub product_line: String, pub listimage: String, pub public_url: String, pub active_menu: ObjectReference, pub location: Location, pub b2b_recommended: Option<bool>, pub bank_routing_code: Option<String>, pub _extra_fields: HashMap<String, Value>,
}

Fields

phone: Stringid: ObjectReferencedelivery_methods: Vec<String>high_volume_venue: boolbank_account_type: Stringpreorder_only: boolcomment_disabled: boolgroup_order_enabled: boolshort_description: Vec<LocalizedString>country: Stringtype: Stringfood_tags: Vec<String>always_available: boolitemid: ObjectReferenceopening_times: OpeningTimesdescription: Vec<LocalizedString>wolt_delivery: boolallowed_payment_methods: Vec<String>relevancy: f64show_delivery_info_on_merchant: boolpreorder_times: OpeningTimesratings_and_reviews_enabled: boolshow_delivery_price_on_merchant: boolalive: i32franchise: Option<String>public_visible: boolmerchant: ObjectReferencepost_code: Stringshow_allergy_disclaimer_on_menu: boolslug: Stringmainimage: Stringstatus: Stringcity: Stringcompletion_estimates: CompletionEstimatescustomer_support_phone: Stringpreorder_enabled: boolrush: Rushdropoff_note_prefix: Stringshow_phone_number_on_merchant: booltimezone_name: Stringonline: booltimezone: Stringwebsite: Stringmenu_layout: Stringname: Vec<LocalizedString>mainimage_blurhash: Stringtags: Vec<Tag>estimates: Estimatescurrency: Stringdelivery_specs: DeliverySpecsegg_timers: Option<EggTimers>price_range: i32rating: Ratingfavourite: boollistimage_blurhash: Stringaddress: Stringrelevancy_from_purchases: f64presence: Stringproduct_line: Stringlistimage: Stringpublic_url: Stringactive_menu: ObjectReferencelocation: Locationb2b_recommended: Option<bool>bank_routing_code: Option<String>_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.