pub enum S390CrashReason {
unknown,
disabled_wait,
extint_loop,
pgmint_loop,
opint_loop,
}
Variants§
Trait Implementations§
Source§impl Clone for S390CrashReason
impl Clone for S390CrashReason
Source§fn clone(&self) -> S390CrashReason
fn clone(&self) -> S390CrashReason
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 S390CrashReason
impl Debug for S390CrashReason
Source§impl<'de> Deserialize<'de> for S390CrashReason
impl<'de> Deserialize<'de> for S390CrashReason
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Enum for S390CrashReason
impl Enum for S390CrashReason
Source§impl FromStr for S390CrashReason
impl FromStr for S390CrashReason
Source§impl Hash for S390CrashReason
impl Hash for S390CrashReason
Source§impl Ord for S390CrashReason
impl Ord for S390CrashReason
Source§fn cmp(&self, other: &S390CrashReason) -> Ordering
fn cmp(&self, other: &S390CrashReason) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for S390CrashReason
impl PartialEq for S390CrashReason
Source§impl PartialOrd for S390CrashReason
impl PartialOrd for S390CrashReason
Source§impl Serialize for S390CrashReason
impl Serialize for S390CrashReason
impl Copy for S390CrashReason
impl Eq for S390CrashReason
impl StructuralPartialEq for S390CrashReason
Auto Trait Implementations§
impl Freeze for S390CrashReason
impl RefUnwindSafe for S390CrashReason
impl Send for S390CrashReason
impl Sync for S390CrashReason
impl Unpin for S390CrashReason
impl UnwindSafe for S390CrashReason
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