pub struct ScheduleBuilderOne;
Expand description

Builder for time values of 1 (minute, hour, etc).

Implementations

Run a task every minute.

Run a task every hour.

Run a task every day.

Run a task every week.

Run a task every month.

Run a task every year.

Run a task on every Monday.

Run a task on every Tuesday.

Run a task on every Wednesday.

Run a task on every Thursday.

Run a task on every Friday.

Run a task on every Saturday.

Run a task on every Sunday.

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.

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.