Struct wyz::fmt::FmtOctal[][src]

#[repr(transparent)]pub struct FmtOctal<T: Octal>(pub T);

Forwards a type’s Octal formatting implementation to Debug.

Trait Implementations

impl<T: Octal> AsMut<T> for FmtOctal<T>[src]

impl<T: Octal> AsRef<T> for FmtOctal<T>[src]

impl<T: Octal + Binary> Binary for FmtOctal<T>[src]

impl<T: Octal> Debug for FmtOctal<T>[src]

impl<T: Octal> Deref for FmtOctal<T>[src]

type Target = T

The resulting type after dereferencing.

impl<T: Octal> DerefMut for FmtOctal<T>[src]

impl<T: Octal + Display> Display for FmtOctal<T>[src]

impl<T: Octal + LowerExp> LowerExp for FmtOctal<T>[src]

impl<T: Octal + LowerHex> LowerHex for FmtOctal<T>[src]

impl<T: Octal> Octal for FmtOctal<T>[src]

impl<T: Octal + Pointer> Pointer for FmtOctal<T>[src]

impl<T: Octal + UpperExp> UpperExp for FmtOctal<T>[src]

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

Auto Trait Implementations

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

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

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

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

impl<T> UnwindSafe for FmtOctal<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 where
    T: ?Sized
[src]

impl<T> Tap 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.