[][src]Struct display_bytes::DisplayBytes

pub struct DisplayBytes<'b, F: 'b> { /* fields omitted */ }

A wrapper around a byte sequence which implements Display.

Non-decodable byte sequences will be printed in human-readable representation based on the byte format F. Use DisplayBytesConfig to get an instance of this type.

Trait Implementations

impl<'b, F: ByteFormat + 'b> Display for DisplayBytes<'b, F>[src]

impl<'b, F: Debug + 'b> Debug for DisplayBytes<'b, F>[src]

Auto Trait Implementations

impl<'b, F> Send for DisplayBytes<'b, F> where
    F: Send + Sync

impl<'b, F> Unpin for DisplayBytes<'b, F> where
    F: Unpin

impl<'b, F> !Sync for DisplayBytes<'b, F>

impl<'b, F> !RefUnwindSafe for DisplayBytes<'b, F>

impl<'b, F> UnwindSafe for DisplayBytes<'b, F> where
    F: RefUnwindSafe + UnwindSafe

Blanket Implementations

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

impl<T, U> Into<U> for T where
    U: From<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]