Enum annotate_snippets::display_list::DisplayTextStyle
[−]
[src]
pub enum DisplayTextStyle {
Regular,
Emphasis,
}A style for the DisplayTextFragment which can be visually formatted.
This information may be used to emphasis parts of the label.
Variants
RegularEmphasis
Trait Implementations
impl Debug for DisplayTextStyle[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more
impl Clone for DisplayTextStyle[src]
fn clone(&self) -> DisplayTextStyle[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more