[][src]Enum bigtable::error::BTErr

pub enum BTErr {
    GOErr(go_err),
    CurlErr(curl_err),
    SerdeErr(serde_err),
    PBErr(pb_err),
    JWTErr(jwt_err),
    UTF8Err(utf8_err),
    Unknown,
}

Variants

GOErr(go_err)
CurlErr(curl_err)
SerdeErr(serde_err)
PBErr(pb_err)
JWTErr(jwt_err)
UTF8Err(utf8_err)
Unknown

Trait Implementations

impl From<GOErr> for BTErr[src]

impl From<Error> for BTErr[src]

impl From<Error> for BTErr[src]

impl From<ProtobufError> for BTErr[src]

impl From<JwtErr> for BTErr[src]

impl From<Utf8Error> for BTErr[src]

impl Debug for BTErr[src]

impl Display for BTErr[src]

impl Error for BTErr[src]

Auto Trait Implementations

impl Send for BTErr

impl Unpin for BTErr

impl Sync for BTErr

impl !UnwindSafe for BTErr

impl !RefUnwindSafe for BTErr

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]

impl<E> Fail for E where
    E: 'static + Error + Send + Sync
[src]

impl<T> AsFail for T where
    T: Fail
[src]

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

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