Enum sixtyfps_interpreter::DiagnosticLevel [−][src]
pub enum DiagnosticLevel { Error, Warning, }
Diagnostics level (error or warning)
Variants
Trait Implementations
impl Clone for DiagnosticLevel
[src]
impl Clone for DiagnosticLevel
[src]pub fn clone(&self) -> DiagnosticLevel
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Copy for DiagnosticLevel
[src]
impl Copy for DiagnosticLevel
[src]impl Debug for DiagnosticLevel
[src]
impl Debug for DiagnosticLevel
[src]impl Default for DiagnosticLevel
[src]
impl Default for DiagnosticLevel
[src]pub fn default() -> DiagnosticLevel
[src]
impl PartialEq<DiagnosticLevel> for DiagnosticLevel
[src]
impl PartialEq<DiagnosticLevel> for DiagnosticLevel
[src]impl StructuralPartialEq for DiagnosticLevel
[src]
impl StructuralPartialEq for DiagnosticLevel
[src]Auto Trait Implementations
impl RefUnwindSafe for DiagnosticLevel
impl RefUnwindSafe for DiagnosticLevel
impl Send for DiagnosticLevel
impl Send for DiagnosticLevel
impl Sync for DiagnosticLevel
impl Sync for DiagnosticLevel
impl Unpin for DiagnosticLevel
impl Unpin for DiagnosticLevel
impl UnwindSafe for DiagnosticLevel
impl UnwindSafe for DiagnosticLevel