pub struct DiagnosticCodeInfo {
pub profile: LintProfile,
pub summary: &'static str,
}Fields§
§profile: LintProfile§summary: &'static strTrait Implementations§
Source§impl Clone for DiagnosticCodeInfo
impl Clone for DiagnosticCodeInfo
Source§fn clone(&self) -> DiagnosticCodeInfo
fn clone(&self) -> DiagnosticCodeInfo
Returns a duplicate 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 DiagnosticCodeInfo
impl Debug for DiagnosticCodeInfo
Source§impl PartialEq for DiagnosticCodeInfo
impl PartialEq for DiagnosticCodeInfo
impl Copy for DiagnosticCodeInfo
impl Eq for DiagnosticCodeInfo
impl StructuralPartialEq for DiagnosticCodeInfo
Auto Trait Implementations§
impl Freeze for DiagnosticCodeInfo
impl RefUnwindSafe for DiagnosticCodeInfo
impl Send for DiagnosticCodeInfo
impl Sync for DiagnosticCodeInfo
impl Unpin for DiagnosticCodeInfo
impl UnsafeUnpin for DiagnosticCodeInfo
impl UnwindSafe for DiagnosticCodeInfo
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