Enum kg_display::fmt::FormatStringItem[][src]

pub enum FormatStringItem {
    Text(String),
    Escape(char),
    Format(Format),
}

Variants

Trait Implementations

impl Debug for FormatStringItem
[src]

Formats the value using the given formatter. Read more

impl Clone for FormatStringItem
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Display for FormatStringItem
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations