Struct dispatch::SuspendGuard[][src]

pub struct SuspendGuard { /* fields omitted */ }

An RAII guard which will resume a suspended Queue when dropped.

Methods

impl SuspendGuard
[src]

Drops self, allowing the suspended Queue to resume.

Trait Implementations

impl Clone for SuspendGuard
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Drop for SuspendGuard
[src]

Executes the destructor for this type. Read more

Auto Trait Implementations