[][src]Enum embedded_error_chain::marker::Unused

pub enum Unused {}

This marker type is used for any ErrorCategory::L0 to ErrorCategory::L5 which is unused.

Trait Implementations

impl Clone for Unused[src]

impl Copy for Unused[src]

impl Debug for Unused[src]

impl ErrorCategory for Unused[src]

type L0 = Unused

Type of linked error category 0. Read more

type L1 = Unused

Type of linked error category 1. Read more

type L2 = Unused

Type of linked error category 2. Read more

type L3 = Unused

Type of linked error category 3. Read more

type L4 = Unused

Type of linked error category 4. Read more

type L5 = Unused

Type of linked error category 5. Read more

impl From<u8> for Unused[src]

impl Into<u8> for Unused[src]

Auto Trait Implementations

impl Send for Unused

impl Sync for Unused

impl Unpin for Unused

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.