Enum annotate_snippets::display_list::DisplayTextStyle [−][src]
pub enum DisplayTextStyle {
Regular,
Emphasis,
}
Expand description
A style for the DisplayTextFragment
which can be visually formatted.
This information may be used to emphasis parts of the label.
Variants
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for DisplayTextStyle
impl Send for DisplayTextStyle
impl Sync for DisplayTextStyle
impl Unpin for DisplayTextStyle
impl UnwindSafe for DisplayTextStyle
Blanket Implementations
Mutably borrows from an owned value. Read more