Struct itree::color::Blue[][src]

pub struct Blue;

Blue.

Trait Implementations

impl Color for Blue
[src]

Write the foreground version of this color.

Write the background version of this color.

impl Clone for Blue
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Blue
[src]

Formats the value using the given formatter. Read more

impl Copy for Blue
[src]

Auto Trait Implementations

impl Send for Blue

impl Sync for Blue