pub enum AnalyzerDiagnostic {
OK,
}
Variants§
OK
Trait Implementations§
Source§impl Default for AnalyzerDiagnostic
impl Default for AnalyzerDiagnostic
Source§fn default() -> AnalyzerDiagnostic
fn default() -> AnalyzerDiagnostic
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for AnalyzerDiagnostic
impl RefUnwindSafe for AnalyzerDiagnostic
impl Send for AnalyzerDiagnostic
impl Sync for AnalyzerDiagnostic
impl Unpin for AnalyzerDiagnostic
impl UnwindSafe for AnalyzerDiagnostic
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