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 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 moreimpl 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