Struct itree::color::Reset[][src]

pub struct Reset;

Reset colors to defaults.

Trait Implementations

impl Color for Reset
[src]

Write the foreground version of this color.

Write the background version of this color.

impl Clone for Reset
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Reset
[src]

Formats the value using the given formatter. Read more

impl Copy for Reset
[src]

Auto Trait Implementations

impl Send for Reset

impl Sync for Reset