[][src]Struct mail_internals::utils::DebugIterableOpaque

pub struct DebugIterableOpaque<I> { /* fields omitted */ }

Helper for implementing debug for an iterable think where the think on itself is irrelevant.

Methods

impl<I> DebugIterableOpaque<I>[src]

pub fn new(one_use_inner: I) -> Self[src]

Trait Implementations

impl<I> Debug for DebugIterableOpaque<I> where
    I: Iterator,
    I::Item: Debug
[src]

Auto Trait Implementations

impl<I> !RefUnwindSafe for DebugIterableOpaque<I>

impl<I> Send for DebugIterableOpaque<I> where
    I: Send

impl<I> !Sync for DebugIterableOpaque<I>

impl<I> Unpin for DebugIterableOpaque<I> where
    I: Unpin

impl<I> UnwindSafe for DebugIterableOpaque<I> where
    I: UnwindSafe

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.