Struct hina::DefaultDebug[][src]

pub struct DefaultDebug<T>(pub T);

Trait Implementations

impl<T> Debug for DefaultDebug<T>
[src]

Formats the value using the given formatter. Read more

impl<T> Debug for DefaultDebug<T> where
    T: Debug
[src]

Formats the value using the given formatter. Read more

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

The resulting type after dereferencing.

Important traits for &'a mut R

Dereferences the value.

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

Important traits for &'a mut R

Mutably dereferences the value.

Auto Trait Implementations

impl<T> Send for DefaultDebug<T> where
    T: Send

impl<T> Sync for DefaultDebug<T> where
    T: Sync