Struct itree::color::Fg[][src]

pub struct Fg<C>(pub C)
where
    C: Color
;

A foreground color.

Trait Implementations

impl<C> Display for Fg<C> where
    C: Color
[src]

Formats the value using the given formatter. Read more

impl<C> Clone for Fg<C> where
    C: Color + Clone
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<C> Debug for Fg<C> where
    C: Color + Debug
[src]

Formats the value using the given formatter. Read more

impl<C> Copy for Fg<C> where
    C: Color + Copy
[src]

Auto Trait Implementations

impl<C> Send for Fg<C> where
    C: Send

impl<C> Sync for Fg<C> where
    C: Sync