pub struct CronSchedule<Tz>where
    Tz: TimeZone,
{ /* private fields */ }
Expand description

Facade that returns a CronInterval or CronIntervalIterator from a CROND string.
CROND文字列からCronIntervalやCronIntervalIteratorを返すFacade。

Implementations

The Factory method. ファクトリメソッド.

Arguments(引数)
  • crond_string - CROND形式文字列
Retun values(戻り値)
  • Err:
    • If CrondParser::parse fails
    • CrondParser::parseに失敗した場合
  • Ok
    • If CrondParser::parse succeeds
    • CrondParser::parseに成功した場合

Returns a CronInterval with date and time candidates after the start date and time.
開始日時以降の日時候補を持つCronIntervalを返す。

Returns a CronIntervalIterator with the date and time candidates after the start date and time.
開始日時以降の日時候補を持つCronIntervalIteratorを返す。

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

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

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.