Enum aidl_parser::diagnostic::DiagnosticKind
source · pub enum DiagnosticKind {
Error,
Warning,
}Variants§
Trait Implementations§
source§impl Clone for DiagnosticKind
impl Clone for DiagnosticKind
source§fn clone(&self) -> DiagnosticKind
fn clone(&self) -> DiagnosticKind
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 DiagnosticKind
impl Debug for DiagnosticKind
source§impl PartialEq<DiagnosticKind> for DiagnosticKind
impl PartialEq<DiagnosticKind> for DiagnosticKind
source§fn eq(&self, other: &DiagnosticKind) -> bool
fn eq(&self, other: &DiagnosticKind) -> bool
This method tests for
self and other values to be equal, and is used
by ==.