Enum codespan_reporting::diagnostic::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<'de> Deserialize<'de> for LabelStyle
impl<'de> Deserialize<'de> for LabelStyle
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl PartialEq for LabelStyle
impl PartialEq 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 for LabelStyle
impl PartialOrd 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 moresource§impl Serialize for LabelStyle
impl Serialize for LabelStyle
impl Copy for LabelStyle
impl Eq for LabelStyle
impl StructuralEq for LabelStyle
impl StructuralPartialEq for LabelStyle
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§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more