Struct vonuvoli_scheme::externals::ansi_term::Suffix[][src]

pub struct Suffix(_);

Like ANSIString, but only displays the style suffix.

Trait Implementations

impl Display for Suffix
[src]

Formats the value using the given formatter. Read more

impl Clone for Suffix
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Suffix
[src]

Formats the value using the given formatter. Read more

impl Copy for Suffix
[src]

Auto Trait Implementations

impl Send for Suffix

impl Sync for Suffix