Struct trackable::error::Failed[][src]

pub struct Failed;

Built-in ErrorKind implementation which represents opaque errors.

Trait Implementations

impl Clone for Failed[src]

impl Copy for Failed[src]

impl Debug for Failed[src]

impl Default for Failed[src]

impl<'de> Deserialize<'de> for Failed[src]

impl Eq for Failed[src]

impl ErrorKind for Failed[src]

impl From<Failed> for Failure[src]

impl Hash for Failed[src]

impl Ord for Failed[src]

impl PartialEq<Failed> for Failed[src]

impl PartialOrd<Failed> for Failed[src]

impl Serialize for Failed[src]

impl StructuralEq for Failed[src]

impl StructuralPartialEq for Failed[src]

Auto Trait Implementations

impl RefUnwindSafe for Failed

impl Send for Failed

impl Sync for Failed

impl Unpin for Failed

impl UnwindSafe for Failed

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> DeserializeOwned for T where
    T: for<'de> Deserialize<'de>, 
[src]

impl<T> ErrorKindExt for T where
    T: ErrorKind
[src]

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

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

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

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.