[][src]Struct calloop::InsertError

pub struct InsertError<E> {
    pub source: E,
    pub error: Error,
}

An error generated when trying to insert an event source

Fields

source: E

The source that could not be inserted

error: Error

The generated error

Trait Implementations

impl<E> From<InsertError<E>> for Error[src]

impl<E> Debug for InsertError<E>[src]

Auto Trait Implementations

impl<E> Send for InsertError<E> where
    E: Send

impl<E> Sync for InsertError<E> where
    E: Sync

Blanket Implementations

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.

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

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

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