Struct dipstick::CancelHandle[][src]

pub struct CancelHandle(_);

A handle to cancel a scheduled task if required.

Methods

impl CancelHandle
[src]

Signals the task to stop.

Trait Implementations

impl Debug for CancelHandle
[src]

Formats the value using the given formatter. Read more

impl Clone for CancelHandle
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations