Struct pool::Dirty [] [src]

pub struct Dirty<T>(pub T);

Trait Implementations

impl<T: Debug> Debug for Dirty<T>
[src]

Formats the value using the given formatter.

impl<T> Reset for Dirty<T>
[src]

impl<T: Send> Send for Dirty<T>
[src]

impl<T: Sync> Sync for Dirty<T>
[src]

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

The resulting type after dereferencing

The method called to dereference a value

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

The method called to mutably dereference a value