Struct elmesque::text::TextUnit [−] [src]

pub struct TextUnit {
    pub string: String,
    pub style: Style,
}

Fields

string
style

Trait Implementations

Derived Implementations

impl Debug for TextUnit

fn fmt(&self, __arg_0: &mut Formatter) -> Result

impl Clone for TextUnit

fn clone(&self) -> TextUnit

fn clone_from(&mut self, source: &Self)