[−][src]Enum annotate_snippets::formatter::style::StyleClass
pub enum StyleClass { Error, Warning, Info, Note, Help, LineNo, Emphasis, None, }
StyleClass is a collection of named variants of style classes
Variants
Message indicating an error.
Message indicating a warning.
Message indicating an information.
Message indicating a note.
Message indicating a help.
Style for line numbers.
Parts of the text that are to be emphasised.
Parts of the text that are regular. Usually a no-op.
Auto Trait Implementations
impl RefUnwindSafe for StyleClass
impl Send for StyleClass
impl Sync for StyleClass
impl Unpin for StyleClass
impl UnwindSafe for StyleClass
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,