Struct nettu_scheduler_domain::booking_slots::BookingSlotsQuery[][src]

pub struct BookingSlotsQuery {
    pub start_date: String,
    pub end_date: String,
    pub timezone: Option<Tz>,
    pub duration: i64,
    pub interval: i64,
}

Fields

start_date: Stringend_date: Stringtimezone: Option<Tz>duration: i64interval: i64

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.

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.