[−][src]Enum codespan_reporting::diagnostic::LabelStyle
pub enum LabelStyle { Primary, Secondary, }
Variants
Labels that describe the primary cause of a diagnostic.
Labels that provide additional context for a diagnostic.
Trait Implementations
impl Clone for LabelStyle
[src][+]
impl Copy for LabelStyle
[src]
impl Debug for LabelStyle
[src][+]
impl Eq for LabelStyle
[src]
impl PartialEq<LabelStyle> for LabelStyle
[src][+]
impl PartialOrd<LabelStyle> for LabelStyle
[src][+]
impl StructuralEq for LabelStyle
[src]
impl StructuralPartialEq for LabelStyle
[src]
Auto Trait Implementations
impl RefUnwindSafe for LabelStyle
impl Send for LabelStyle
impl Sync for LabelStyle
impl Unpin for LabelStyle
impl UnwindSafe for LabelStyle
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> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
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>,