Struct tokio_evacuate::Warden[][src]

pub struct Warden { /* fields omitted */ }

Handle to control the count of waiters for the evacuation.

Warden is cloneable.

Methods

impl Warden
[src]

Trait Implementations

impl Clone for Warden
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for Warden

impl Sync for Warden