Struct dipstick::CancelHandle [] [src]

pub struct CancelHandle(_);

A handle to cancel a scheduled task if required.

Methods

impl CancelHandle
[src]

[src]

Signals the task to stop.

Trait Implementations

impl Debug for CancelHandle
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for CancelHandle
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for CancelHandle

impl Sync for CancelHandle