Struct bitvec::index::BitIdxErr[][src]

#[repr(transparent)]pub struct BitIdxErr<R> where
    R: BitRegister
{ /* fields omitted */ }

Represents an error encountered in TryFrom<u8> for BitIdx<R>.

Trait Implementations

impl<R> Debug for BitIdxErr<R> where
    R: BitRegister
[src]

impl<R> Display for BitIdxErr<R> where
    R: BitRegister
[src]

impl<R> Error for BitIdxErr<R> where
    R: BitRegister
[src]

Auto Trait Implementations

impl<R> RefUnwindSafe for BitIdxErr<R> where
    R: RefUnwindSafe

impl<R> Send for BitIdxErr<R>

impl<R> Sync for BitIdxErr<R>

impl<R> Unpin for BitIdxErr<R>

impl<R> UnwindSafe for BitIdxErr<R> where
    R: UnwindSafe

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> Conv for T[src]

impl<T> Conv for T[src]

impl<T> FmtForward for T[src]

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

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

impl<T> Pipe for T where
    T: ?Sized
[src]

impl<T> Pipe for T[src]

impl<T> PipeAsRef for T[src]

impl<T> PipeBorrow for T[src]

impl<T> PipeDeref for T[src]

impl<T> PipeRef for T[src]

impl<T> Tap for T[src]

impl<T> Tap for T[src]

impl<T, U> TapAsRef<U> for T where
    U: ?Sized
[src]

impl<T, U> TapBorrow<U> for T where
    U: ?Sized
[src]

impl<T> TapDeref for T[src]

impl<T> ToString for T where
    T: Display + ?Sized
[src]

impl<T> TryConv for T[src]

impl<T> TryConv for 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.