pub enum DiagnosticPhase {
Lex,
Parse,
Lower,
Semantic,
Engine,
Host,
}Variants§
Trait Implementations§
Source§impl Clone for DiagnosticPhase
impl Clone for DiagnosticPhase
Source§fn clone(&self) -> DiagnosticPhase
fn clone(&self) -> DiagnosticPhase
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 DiagnosticPhase
impl Debug for DiagnosticPhase
Source§impl Hash for DiagnosticPhase
impl Hash for DiagnosticPhase
Source§impl PartialEq for DiagnosticPhase
impl PartialEq for DiagnosticPhase
Source§fn eq(&self, other: &DiagnosticPhase) -> bool
fn eq(&self, other: &DiagnosticPhase) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for DiagnosticPhase
impl Eq for DiagnosticPhase
impl StructuralPartialEq for DiagnosticPhase
Auto Trait Implementations§
impl Freeze for DiagnosticPhase
impl RefUnwindSafe for DiagnosticPhase
impl Send for DiagnosticPhase
impl Sync for DiagnosticPhase
impl Unpin for DiagnosticPhase
impl UnsafeUnpin for DiagnosticPhase
impl UnwindSafe for DiagnosticPhase
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