[][src]Struct qlog::HexSlice

pub struct HexSlice<'a>(_);

Implementations

impl<'a> HexSlice<'a>[src]

pub fn new<T: ?Sized>(data: &'a T) -> HexSlice<'a> where
    T: AsRef<[u8]> + 'a, 
[src]

pub fn maybe_string<T: ?Sized>(data: Option<&'a T>) -> Option<String> where
    T: AsRef<[u8]> + 'a, 
[src]

Trait Implementations

impl<'a> Display for HexSlice<'a>[src]

Auto Trait Implementations

impl<'a> RefUnwindSafe for HexSlice<'a>[src]

impl<'a> Send for HexSlice<'a>[src]

impl<'a> Sync for HexSlice<'a>[src]

impl<'a> Unpin for HexSlice<'a>[src]

impl<'a> UnwindSafe for HexSlice<'a>[src]

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> 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.