Struct cernan::source::FlushTimerConfig[][src]

pub struct FlushTimerConfig;

Nil config for FlushTimer.

Trait Implementations

impl Clone for FlushTimerConfig
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for FlushTimerConfig
[src]

Formats the value using the given formatter. Read more

impl Source<FlushTimerConfig> for FlushTimer
[src]

Create a new FlushTimer. This will not produce a new thread, that must be managed by the end-user.

Run method invoked by RunnableSource. It is from this method that Sources produce metric::Events. Read more

Constructs a so-called runnable source for the given Source and config.` See RunnableSource. Read more

Auto Trait Implementations