Struct litcheck_core::diagnostics::Label
source · pub struct Label { /* private fields */ }
Implementations§
Trait Implementations§
source§impl From<Label> for LabeledSpan
impl From<Label> for LabeledSpan
source§fn from(label: Label) -> LabeledSpan
fn from(label: Label) -> LabeledSpan
Converts to this type from the input type.
source§impl From<Label> for SourceSpan
impl From<Label> for SourceSpan
source§fn from(label: Label) -> SourceSpan
fn from(label: Label) -> SourceSpan
Converts to this type from the input type.
source§impl PartialEq for Label
impl PartialEq for Label
impl Eq for Label
impl StructuralPartialEq for Label
Auto Trait Implementations§
impl Freeze for Label
impl RefUnwindSafe for Label
impl Send for Label
impl Sync for Label
impl Unpin for Label
impl UnwindSafe for Label
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