pub struct DiagnosticAbort;Expand description
A phase aborted for structural reasons (see the module docs). Carries no payload: the diagnostics explaining why have already been emitted to the sink.
Trait Implementations§
Source§impl Clone for DiagnosticAbort
impl Clone for DiagnosticAbort
Source§fn clone(&self) -> DiagnosticAbort
fn clone(&self) -> DiagnosticAbort
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 DiagnosticAbort
impl Debug for DiagnosticAbort
Source§impl PartialEq for DiagnosticAbort
impl PartialEq for DiagnosticAbort
impl Copy for DiagnosticAbort
impl Eq for DiagnosticAbort
impl StructuralPartialEq for DiagnosticAbort
Auto Trait Implementations§
impl Freeze for DiagnosticAbort
impl RefUnwindSafe for DiagnosticAbort
impl Send for DiagnosticAbort
impl Sync for DiagnosticAbort
impl Unpin for DiagnosticAbort
impl UnsafeUnpin for DiagnosticAbort
impl UnwindSafe for DiagnosticAbort
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