Struct dispatch::SuspendGuard [] [src]

pub struct SuspendGuard {
    // some fields omitted
}

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

Methods

impl SuspendGuard
[src]

fn resume(self)

Drops self, allowing the suspended Queue to resume.

Trait Implementations

impl Clone for SuspendGuard
[src]

fn clone(&self) -> Self

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more

impl Drop for SuspendGuard
[src]

fn drop(&mut self)

A method called when the value goes out of scope. Read more