pub enum HostExitClass {
SystemOom,
Abnormal,
}Expand description
Classification of an abnormal (non-zero, non-clean-shutdown) host exit.
Variants§
SystemOom
The OS was out of commit — transient and unavoidable. Wait it out on the separate OOM budget; do NOT consume the wedged-host budget.
Abnormal
A genuine host fault (bug, GPU-process cascade, …). Use the existing fast wedged-host budget + degraded ladder, unchanged.
Trait Implementations§
Source§impl Clone for HostExitClass
impl Clone for HostExitClass
Source§fn clone(&self) -> HostExitClass
fn clone(&self) -> HostExitClass
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 HostExitClass
impl Debug for HostExitClass
Source§impl PartialEq for HostExitClass
impl PartialEq for HostExitClass
impl Copy for HostExitClass
impl Eq for HostExitClass
impl StructuralPartialEq for HostExitClass
Auto Trait Implementations§
impl Freeze for HostExitClass
impl RefUnwindSafe for HostExitClass
impl Send for HostExitClass
impl Sync for HostExitClass
impl Unpin for HostExitClass
impl UnwindSafe for HostExitClass
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more