[][src]Struct owo_colors::styles::BlinkFastDisplay

#[repr(transparent)]pub struct BlinkFastDisplay<'a, T>(pub &'a T);

Transparent wrapper around a type which implements all the formatters the wrapped type does, with the addition of making it blink fast. Recommended to be constructed using OwoColorize.

Trait Implementations

impl<'a, T: Binary> Binary for BlinkFastDisplay<'a, T>[src]

impl<'a, T: Debug> Debug for BlinkFastDisplay<'a, T>[src]

impl<'a, T: Display> Display for BlinkFastDisplay<'a, T>[src]

impl<'a, T: LowerExp> LowerExp for BlinkFastDisplay<'a, T>[src]

impl<'a, T: LowerHex> LowerHex for BlinkFastDisplay<'a, T>[src]

impl<'a, T: Octal> Octal for BlinkFastDisplay<'a, T>[src]

impl<'a, T: Pointer> Pointer for BlinkFastDisplay<'a, T>[src]

impl<'a, T: UpperExp> UpperExp for BlinkFastDisplay<'a, T>[src]

impl<'a, T: UpperHex> UpperHex for BlinkFastDisplay<'a, T>[src]

Auto Trait Implementations

impl<'a, T> Send for BlinkFastDisplay<'a, T> where
    T: Sync

impl<'a, T> Sync for BlinkFastDisplay<'a, T> where
    T: Sync

impl<'a, T> Unpin for BlinkFastDisplay<'a, T>

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<D> OwoColorize for D[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.