Enum calypso_diagnostic::prelude::LabelStyle
source · pub enum LabelStyle {
Primary,
Secondary,
}
Variants§
Primary
Labels that describe the primary cause of a diagnostic.
Secondary
Labels that provide additional context for a diagnostic.
Trait Implementations§
source§impl Clone for LabelStyle
impl Clone for LabelStyle
source§fn clone(&self) -> LabelStyle
fn clone(&self) -> LabelStyle
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for LabelStyle
impl Debug for LabelStyle
source§impl PartialEq<LabelStyle> for LabelStyle
impl PartialEq<LabelStyle> for LabelStyle
source§fn eq(&self, other: &LabelStyle) -> bool
fn eq(&self, other: &LabelStyle) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd<LabelStyle> for LabelStyle
impl PartialOrd<LabelStyle> for LabelStyle
source§fn partial_cmp(&self, other: &LabelStyle) -> Option<Ordering>
fn partial_cmp(&self, other: &LabelStyle) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read more