Struct tokio_evacuate::Warden[][src]

pub struct Warden { /* fields omitted */ }

Dispatcher for user count updates.

Warden is cloneable.

Methods

impl Warden
[src]

Increments the user count.

Decrements the user count.

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