pub enum CpuS390State {
uninitialized,
stopped,
check_stop,
operating,
load,
}
Variants§
Trait Implementations§
Source§impl Clone for CpuS390State
impl Clone for CpuS390State
Source§fn clone(&self) -> CpuS390State
fn clone(&self) -> CpuS390State
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 CpuS390State
impl Debug for CpuS390State
Source§impl<'de> Deserialize<'de> for CpuS390State
impl<'de> Deserialize<'de> for CpuS390State
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 CpuS390State
impl Enum for CpuS390State
Source§impl FromStr for CpuS390State
impl FromStr for CpuS390State
Source§impl Hash for CpuS390State
impl Hash for CpuS390State
Source§impl Ord for CpuS390State
impl Ord for CpuS390State
Source§fn cmp(&self, other: &CpuS390State) -> Ordering
fn cmp(&self, other: &CpuS390State) -> 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 CpuS390State
impl PartialEq for CpuS390State
Source§impl PartialOrd for CpuS390State
impl PartialOrd for CpuS390State
Source§impl Serialize for CpuS390State
impl Serialize for CpuS390State
impl Copy for CpuS390State
impl Eq for CpuS390State
impl StructuralPartialEq for CpuS390State
Auto Trait Implementations§
impl Freeze for CpuS390State
impl RefUnwindSafe for CpuS390State
impl Send for CpuS390State
impl Sync for CpuS390State
impl Unpin for CpuS390State
impl UnwindSafe for CpuS390State
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