[][src]Struct ansi_rgb::WithForeground

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

Something with a foreground color

Trait Implementations

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

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

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

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

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

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

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

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

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

Auto Trait Implementations

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

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

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

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]