Struct itree::color::LightGreen[][src]

pub struct LightGreen;

High-intensity light green.

Trait Implementations

impl Color for LightGreen
[src]

Write the foreground version of this color.

Write the background version of this color.

impl Clone for LightGreen
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for LightGreen
[src]

Formats the value using the given formatter. Read more

impl Copy for LightGreen
[src]

Auto Trait Implementations

impl Send for LightGreen

impl Sync for LightGreen