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, DelayTimer use default TokioRuntime is generated internally.
This is supported on crate feature tokio-support only.
This is supported on crate feature
tokio-support only.With this API, DelayTimer internally use the user customized and independent TokioRuntime.
This is supported on crate feature tokio-support only.
This is supported on crate feature
tokio-support only.With this api, DelayTimer internal will share a TokioRuntime with the user .
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 DelayTimerBuilder
impl Send for DelayTimerBuilder
impl Sync for DelayTimerBuilder
impl Unpin for DelayTimerBuilder
impl !UnwindSafe for DelayTimerBuilder
Blanket Implementations
Mutably borrows from an owned value. Read more