Struct thex::Exclusive [] [src]

pub struct Exclusive<T> { /* fields omitted */ }

A guard guaranteeing thread-local exclusivity while it is held

Trait Implementations

impl<T> Deref for Exclusive<T>
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.

impl<T> DerefMut for Exclusive<T>
[src]

[src]

Mutably dereferences the value.