Struct nu_ansi_term::AnsiGenericStrings[][src]

pub struct AnsiGenericStrings<'a, S: 'a + ToOwned + ?Sized>(pub &'a [AnsiGenericString<'a, S>])
where
    <S as ToOwned>::Owned: Debug,
    S: PartialEq
;
Expand description

A set of AnsiGenericStringss collected together, in order to be written with a minimum of control characters.

Tuple Fields

0: &'a [AnsiGenericString<'a, S>]

Implementations

Write ANSIByteStrings to an io::Write. This writes the minimal escape sequences for the associated Styles around each set of bytes.

Trait Implementations

Formats the value using the given formatter. Read more

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

Converts the given value to a String. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.