[][src]Enum logdna_client::error::HttpError

pub enum HttpError<T: AsRef<IngestBody>> {
    Build(RequestError),
    Send(T, Error),
    Timeout(T),
    Hyper(Error),
    Utf8(FromUtf8Error),
}

Variants

Send(T, Error)
Timeout(T)
Hyper(Error)

Trait Implementations

impl<T: AsRef<IngestBody>> From<RequestError> for HttpError<T>[src]

impl<T: AsRef<IngestBody>> From<Error> for HttpError<T>[src]

impl<T: AsRef<IngestBody>> From<FromUtf8Error> for HttpError<T>[src]

impl<T: AsRef<IngestBody>> Debug for HttpError<T>[src]

impl<T: AsRef<IngestBody>> Display for HttpError<T>[src]

Auto Trait Implementations

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

impl<T> Unpin for HttpError<T> where
    T: Unpin

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

impl<T> !UnwindSafe for HttpError<T>

impl<T> !RefUnwindSafe for HttpError<T>

Blanket Implementations

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

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

impl<T> ToString for T where
    T: Display + ?Sized
[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]