pub enum PveActiveStateEnum {
Active,
Inactive,
Failed,
Activating,
Deactivating,
Maintenance,
Reloading,
Refreshing,
Unknown,
}Expand description
Variants§
Trait Implementations§
Source§impl Clone for PveActiveStateEnum
impl Clone for PveActiveStateEnum
Source§fn clone(&self) -> PveActiveStateEnum
fn clone(&self) -> PveActiveStateEnum
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 moreSource§impl Debug for PveActiveStateEnum
impl Debug for PveActiveStateEnum
Source§impl Default for PveActiveStateEnum
impl Default for PveActiveStateEnum
Source§fn default() -> PveActiveStateEnum
fn default() -> PveActiveStateEnum
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for PveActiveStateEnum
impl<'de> Deserialize<'de> for PveActiveStateEnum
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 Display for PveActiveStateEnum
impl Display for PveActiveStateEnum
Source§impl Hash for PveActiveStateEnum
impl Hash for PveActiveStateEnum
Source§impl Ord for PveActiveStateEnum
impl Ord for PveActiveStateEnum
Source§fn cmp(&self, other: &PveActiveStateEnum) -> Ordering
fn cmp(&self, other: &PveActiveStateEnum) -> Ordering
1.21.0 (const: unstable) · 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 PveActiveStateEnum
impl PartialEq for PveActiveStateEnum
Source§fn eq(&self, other: &PveActiveStateEnum) -> bool
fn eq(&self, other: &PveActiveStateEnum) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for PveActiveStateEnum
impl PartialOrd for PveActiveStateEnum
Source§impl Serialize for PveActiveStateEnum
impl Serialize for PveActiveStateEnum
impl Copy for PveActiveStateEnum
impl Eq for PveActiveStateEnum
impl StructuralPartialEq for PveActiveStateEnum
Auto Trait Implementations§
impl Freeze for PveActiveStateEnum
impl RefUnwindSafe for PveActiveStateEnum
impl Send for PveActiveStateEnum
impl Sync for PveActiveStateEnum
impl Unpin for PveActiveStateEnum
impl UnsafeUnpin for PveActiveStateEnum
impl UnwindSafe for PveActiveStateEnum
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