Struct dispatch::GroupGuard
[−]
[src]
pub struct GroupGuard {
// some fields omitted
}An RAII guard which will leave a Group when dropped.
Methods
impl GroupGuard[src]
fn leave(self)
Drops self, leaving the Group.
Trait Implementations
impl Clone for GroupGuard[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