[][src]Struct ansi_rgb::WithBackground

pub struct WithBackground<T> { /* fields omitted */ }

Something with a background color

Trait Implementations

impl<T> LowerExp for WithBackground<T> where
    T: LowerExp
[src]

impl<T> Display for WithBackground<T> where
    T: Display
[src]

impl<T> UpperExp for WithBackground<T> where
    T: UpperExp
[src]

impl<T> Debug for WithBackground<T> where
    T: Debug
[src]

impl<T> Octal for WithBackground<T> where
    T: Octal
[src]

impl<T> Binary for WithBackground<T> where
    T: Binary
[src]

impl<T> LowerHex for WithBackground<T> where
    T: LowerHex
[src]

impl<T> UpperHex for WithBackground<T> where
    T: UpperHex
[src]

impl<T> Pointer for WithBackground<T> where
    T: Pointer
[src]

Auto Trait Implementations

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

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

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

Blanket Implementations

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

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

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

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]