pub struct ScheduleBuilderTwoDates { /* private fields */ }
Expand description

Builder step that allows you to set a limit and provide the function. Also allows to set the time of day.

Implementations

Limits the amount of times the function will run, optional.

Sets the time of day when the function will run, optional.

Finishes building the task with a provided function.

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.