Struct prototty_common::RichTextPart [] [src]

pub struct RichTextPart {
    pub string: String,
    pub info: TextInfo,
}

A section of text sharing a common TextInfo.

Fields

Trait Implementations

impl Debug for RichTextPart
[src]

[src]

Formats the value using the given formatter.

impl Clone for RichTextPart
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl<S: Into<String>> From<(S, TextInfo)> for RichTextPart
[src]

[src]

Performs the conversion.