[][src]Struct wyz::fmt::FmtUpperHex

#[repr(transparent)]pub struct FmtUpperHex<T: UpperHex>(pub T);

Forwards a type’s UpperHex formatting implementation to Debug.

Trait Implementations

impl<T: UpperHex> AsMut<T> for FmtUpperHex<T>[src]

impl<T: UpperHex> AsRef<T> for FmtUpperHex<T>[src]

impl<T: UpperHex + Binary> Binary for FmtUpperHex<T>[src]

impl<T: UpperHex> Debug for FmtUpperHex<T>[src]

impl<T: UpperHex> Deref for FmtUpperHex<T>[src]

type Target = T

The resulting type after dereferencing.

impl<T: UpperHex> DerefMut for FmtUpperHex<T>[src]

impl<T: UpperHex + Display> Display for FmtUpperHex<T>[src]

impl<T: UpperHex + LowerExp> LowerExp for FmtUpperHex<T>[src]

impl<T: UpperHex + LowerHex> LowerHex for FmtUpperHex<T>[src]

impl<T: UpperHex + Octal> Octal for FmtUpperHex<T>[src]

impl<T: UpperHex + Pointer> Pointer for FmtUpperHex<T>[src]

impl<T: UpperHex + UpperExp> UpperExp for FmtUpperHex<T>[src]

impl<T: UpperHex> UpperHex for FmtUpperHex<T>[src]

Auto Trait Implementations

impl<T> RefUnwindSafe for FmtUpperHex<T> where
    T: RefUnwindSafe

impl<T> Send for FmtUpperHex<T> where
    T: Send

impl<T> Sync for FmtUpperHex<T> where
    T: Sync

impl<T> Unpin for FmtUpperHex<T> where
    T: Unpin

impl<T> UnwindSafe for FmtUpperHex<T> where
    T: 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> 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[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, 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, 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.