Struct mempool::Guard
[−]
[src]
pub struct Guard<T: Send + 'static> {
// some fields omitted
}A guard for putting values back into the pool on drop.
pub struct Guard<T: Send + 'static> {
// some fields omitted
}A guard for putting values back into the pool on drop.
impl<T: Send + 'static> Drop for Guard<T>fn drop(&mut self)impl<T: Send + 'static> Deref for Guard<T>type Target = Tfn deref(&self) -> &Timpl<T: Send + 'static> DerefMut for Guard<T>fn deref_mut(&mut self) -> &mut Timpl<T: Debug + Send + 'static> Debug for Guard<T>