pub enum DiagnosticShutdown {
Pending,
Finished,
WorkerPanicked,
}Variants§
Trait Implementations§
Source§impl Clone for DiagnosticShutdown
impl Clone for DiagnosticShutdown
Source§fn clone(&self) -> DiagnosticShutdown
fn clone(&self) -> DiagnosticShutdown
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 moreimpl Copy for DiagnosticShutdown
Source§impl Debug for DiagnosticShutdown
impl Debug for DiagnosticShutdown
impl Eq for DiagnosticShutdown
Source§impl PartialEq for DiagnosticShutdown
impl PartialEq for DiagnosticShutdown
impl StructuralPartialEq for DiagnosticShutdown
Auto Trait Implementations§
impl Freeze for DiagnosticShutdown
impl RefUnwindSafe for DiagnosticShutdown
impl Send for DiagnosticShutdown
impl Sync for DiagnosticShutdown
impl Unpin for DiagnosticShutdown
impl UnsafeUnpin for DiagnosticShutdown
impl UnwindSafe for DiagnosticShutdown
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