Struct dispatch::GroupGuard[][src]

pub struct GroupGuard { /* fields omitted */ }

An RAII guard which will leave a Group when dropped.

Methods

impl GroupGuard
[src]

Drops self, leaving the Group.

Trait Implementations

impl Clone for GroupGuard
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Drop for GroupGuard
[src]

Executes the destructor for this type. Read more

Auto Trait Implementations

impl Send for GroupGuard

impl Sync for GroupGuard