Struct monitor::MonitorGuard [] [src]

pub struct MonitorGuard<'a, T: 'a> { /* fields omitted */ }

Methods

impl<'a, T: 'a> MonitorGuard<'a, T>
[src]

Trait Implementations

impl<'a, T> Deref for MonitorGuard<'a, T>
[src]

The resulting type after dereferencing

The method called to dereference a value

impl<'a, T> DerefMut for MonitorGuard<'a, T>
[src]

The method called to mutably dereference a value