[−][src]Enum embedded_error_chain::marker::Unused
This marker type is used for any ErrorCategory::L0 to ErrorCategory::L5
which is unused.
Trait Implementations
impl Clone for Unused[src]
fn clone(&self) -> Unused[src]
fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Copy for Unused[src]
impl Debug for Unused[src]
impl ErrorCategory for Unused[src]
const NAME: &'static str[src]
type L0 = Unused
Type of linked error category 0.
type L1 = Unused
Type of linked error category 1.
type L2 = Unused
Type of linked error category 2.
type L3 = Unused
Type of linked error category 3.
type L4 = Unused
Type of linked error category 4.
type L5 = Unused
Type of linked error category 5.
fn chainable_category_formatters() -> &'static [ErrorCodeFormatter][src]
impl From<u8> for Unused[src]
impl Into<u8> for Unused[src]
Auto Trait Implementations
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,