Struct delay_timer::entity::DelayTimerBuilder [−][src]
pub struct DelayTimerBuilder { /* fields omitted */ }Expand description
Builds DelayTimer with custom configuration values.
Methods can be chained in order to set the configuration values. The
DelayTimer is constructed by calling build.
Examples
use delay_timer::entity::DelayTimerBuilder;
Implementations
Build DelayTimer.
Required features
This function requires the tokio-support feature of the delay_timer
crate to be enabled.
This is supported on crate feature tokio-support only.
This is supported on crate feature
tokio-support only.With this API, let DelayTimer internally use the user custom TokioRuntime. If None is given, a custom TokioRuntime is generated internally.
Required features
This function requires the status-report feature of the delay_timer
crate to be enabled.
This is supported on crate feature status-report only.
This is supported on crate feature
status-report only.Whether to expose public events.
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl !RefUnwindSafe for DelayTimerBuilderimpl Send for DelayTimerBuilderimpl Sync for DelayTimerBuilderimpl Unpin for DelayTimerBuilderimpl !UnwindSafe for DelayTimerBuilderBlanket Implementations
Mutably borrows from an owned value. Read more